gitg/README
Jesse van den Kieboom e5ceed2402 Wrote NEWS and README
2009-03-01 08:56:44 +01:00

29 lines
900 B
Plaintext

= General Information =
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.
The latest version of gitg is 0.0.1.
Website: http://trac.novowork.com/gitg
Bugs: http://trac.novowork.com/gitg/report
Download: http://trac.novowork.com/gitg/Download
= Installing gitg =
To install the latest version of gitg, make sure to download gitg-0.0.1.tar.bz2
from the download site. After downloading the following procedure installs
gitg:
$ tar -xjf gitg-0.0.1.tar.bz2
$ cd gitg-0.0.1
$ ./configure
$ make
$ sudo make install
For more information on installing gitg, please view INSTALL.
= Using gitg =
When gitg is installed, you can run gitg from the GNOME menu, or from a
terminal by issuing: 'gitg'. Type 'gitg --help' to show the options you can
specify on the command line.