gitgraph
is a CLIM-based tool to display and editor graphical representation
of the commit history in s-expression.
$ cd ~/quicklisp/local-projects
~/quicklisp/local-projects$ git clone http://github.com/jglee1027/gitgraph.git
CL-USER> (ql:quickload :gitgraph)
CL-USER> (gitgraph:gitgraph)
$ ./build.sh
;; loading system "gitgraph"
$ ./gitgraph
The supported commands are as follows:
- Open
- Save
- Reload
- Pretty
- Undo (Meta + Left)
- Redo (Meta + Right)
- Zoom in
- Zoom out
- Quit
- commit after
- commit before
- commit delete
- branch new left
- branch new right
- branch rm
- merge
It is distributed under the GNU GENERAL PUBLIC LICENSE Version 3. See the accompanying COPYING file for more details.