Skip to content

gitgraph is a CLIM-based tool to display and editor graphical representation of the commit history in s-expression.

License

Notifications You must be signed in to change notification settings

jglee1027/gitgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

gitgraph is a CLIM-based tool to display and editor graphical representation of the commit history in s-expression.

demo

QuickStart

Download

$ cd ~/quicklisp/local-projects
~/quicklisp/local-projects$ git clone http://github.com/jglee1027/gitgraph.git

Run

CL-USER> (ql:quickload :gitgraph)
CL-USER> (gitgraph:gitgraph)

Build

$ ./build.sh
;; loading system "gitgraph"
$ ./gitgraph

Commands

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

License

It is distributed under the GNU GENERAL PUBLIC LICENSE Version 3. See the accompanying COPYING file for more details.

About

gitgraph is a CLIM-based tool to display and editor graphical representation of the commit history in s-expression.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published