2009-03-01 07:56:44 +00:00
|
|
|
= General Information =
|
2014-01-06 13:15:49 +00:00
|
|
|
gitg is a graphical user interface for git. It aims at being a small,
|
|
|
|
fast and convenient tool to visualize the history of git repositories.
|
|
|
|
Besides visualization, gitg also provides several utilities to manage your
|
|
|
|
repository and commit your work.
|
2014-01-02 15:11:20 +00:00
|
|
|
|
2014-01-09 22:30:56 +00:00
|
|
|
The latest version of gitg is 0.3.2.
|
2009-03-01 07:56:44 +00:00
|
|
|
|
2014-03-30 19:14:50 +00:00
|
|
|
Website: https://wiki.gnome.org/Apps/Gitg
|
|
|
|
Bugs: https://bugzilla.gnome.org/browse.cgi?product=gitg
|
2009-04-24 06:57:12 +00:00
|
|
|
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 =
|
2014-01-09 22:30:56 +00:00
|
|
|
To install the latest version of gitg, make sure to download gitg-0.3.2.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:
|
|
|
|
|
2014-01-09 22:30:56 +00:00
|
|
|
$ tar Jxf gitg-0.3.2.tar.xz
|
|
|
|
$ cd gitg-0.3.2
|
2009-03-01 07:56:44 +00:00
|
|
|
$ ./configure
|
|
|
|
$ make
|
|
|
|
$ sudo make install
|
|
|
|
|
2014-01-02 15:11:20 +00:00
|
|
|
For more information on installing gitg, please see INSTALL.
|
2009-03-01 07:56:44 +00:00
|
|
|
|
2010-05-29 11:43:21 +00:00
|
|
|
= Building gitg from git =
|
2014-01-02 15:11:20 +00:00
|
|
|
The gitg repository is hosted on git.gnome.org. To build from git:
|
2010-05-29 11:43:21 +00:00
|
|
|
|
|
|
|
$ 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
|
2014-01-02 15:11:20 +00:00
|
|
|
terminal by issueing: 'gitg'. Type 'gitg --help' to show the options you can
|
2009-03-01 07:56:44 +00:00
|
|
|
specify on the command line.
|