gitg/README

39 lines
1.1 KiB
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.
2013-12-30 20:00:35 +00:00
The latest version of gitg is 0.2.7.
2009-03-01 07:56:44 +00:00
2013-12-30 19:59:53 +00:00
Website: https://live.gnome.org/Apps/Gitg
Bugs: http://bugzilla.gnome.org/browse.cgi?product=gitg
Download: http://download.gnome.org/sources/gitg/
Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list
2009-03-01 07:56:44 +00:00
= Installing gitg =
2013-12-30 20:00:35 +00:00
To install the latest version of gitg, make sure to download gitg-0.2.7.tar.xz
2010-02-21 09:57:36 +00:00
from the download site. After downloading the following procedure installs
2009-03-01 07:56:44 +00:00
gitg:
2013-12-30 20:00:35 +00:00
$ tar Jxf gitg-0.2.7.tar.xz
$ cd gitg-0.2.7
2009-03-01 07:56:44 +00:00
$ ./configure
$ make
$ sudo make install
For more information on installing gitg, please view INSTALL.
2010-05-29 11:43:21 +00:00
= Building gitg from git =
The gitg repository is hosted on git.gnome.org. To build from git, use the
following:
$ git clone git://git.gnome.org/gitg
$ cd gitg
$ ./autogen.sh
$ make
2009-03-01 07:56:44 +00:00
= 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.