git-gui Screenshots
niv on #git nudged me enough to create some screenshots of git-gui.
The main window:
Branch creation dialog:
Delete branch dialog:
You can currently get git-gui by cloning the repository from repo.or.cz:
git clone git://repo.or.cz/git-gui.git
or track it’s progress through gitweb at git-gui @ repo.or.cz.
sudo apt-get install git-gui
Comment by grosser — May 24, 2008 @ 2:57 am
to use “view branches in grafic mode” add:
sudo apt-get install gitk
Comment by grosser — May 24, 2008 @ 3:02 am