gitg/README

39 lines
1.2 KiB
Plaintext
Raw Normal View History

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
2015-12-21 08:57:10 +00:00
The latest version of gitg is 3.19.1.
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
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 =
2015-12-21 08:57:10 +00:00
To install the latest version of gitg, make sure to download gitg-3.19.1.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:
2015-12-21 08:57:10 +00:00
$ tar Jxf gitg-3.19.1.tar.xz
$ cd gitg-3.19.1
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.