gitg/README

29 lines
913 B
Plaintext
Raw Normal View History

2009-03-01 07:56:44 +00:00
= 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.
2009-04-05 16:13:00 +00:00
The latest version of gitg is 0.0.2.
2009-03-01 07:56:44 +00:00
Website: http://trac.novowork.com/gitg
2009-04-19 20:37:43 +00:00
Bugs: http://bugzilla.gnome.org/browse.cgi?product=gitg
2009-03-01 07:56:44 +00:00
Download: http://trac.novowork.com/gitg/Download
= Installing gitg =
2009-04-05 16:13:00 +00:00
To install the latest version of gitg, make sure to download gitg-0.0.2.tar.bz2
2009-03-01 07:56:44 +00:00
from the download site. After downloading the following procedure installs
gitg:
2009-04-05 16:13:00 +00:00
$ tar -xjf gitg-0.0.2.tar.bz2
$ cd gitg-0.0.2
2009-03-01 07:56:44 +00:00
$ ./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.