forked from guyou/gitg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (30 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
= 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.1.0.
Website: http://trac.novowork.com/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
= Installing gitg =
To install the latest version of gitg, make sure to download gitg-0.0.6.tar.bz2
from the download site. After downloading the following procedure installs
gitg:
$ tar -xjf gitg-0.1.0.tar.bz2
$ cd gitg-0.1.0
$ ./configure
$ make
$ sudo make install
For more information on installing gitg, please view INSTALL.
= 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
= 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.