# HG changeset patch # User Oleksandr Gavenko # Date 1238340118 -10800 # Node ID 921f4325779b5a665021da8d656ed03c6e0a6a78 # Parent ad1354ff7c2919a314b82da8c67b6ca321618d14 add gitk diff -r ad1354ff7c29 -r 921f4325779b git.rst --- a/git.rst Sun Mar 29 18:02:39 2009 +0300 +++ b/git.rst Sun Mar 29 18:21:58 2009 +0300 @@ -274,4 +274,19 @@ U main.c Updated to revision 7. +* gitk +gitk - The git repository browser + +Installing: + + $ sudo apt-get instal gitk + +Using: + + $ cd /path/to/git-repo + $ gitk + +See + + gitk(1)