Skip to content

keestux/gitg

This branch is 545 commits ahead of krh/gitg:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c661801 · Mar 26, 2012
Aug 10, 2011
Dec 2, 2011
Aug 19, 2011
Mar 26, 2012
Aug 5, 2011
Jan 10, 2011
Apr 24, 2009
Feb 8, 2009
Mar 1, 2009
Apr 20, 2009
Feb 26, 2011
Sep 1, 2011
Sep 1, 2011
Aug 6, 2011
Sep 1, 2011
Dec 31, 2010
Mar 27, 2011
May 30, 2010

Repository files navigation

= 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.2.5.

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.1.2.tar.bz2
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-0.2.5.tar.xz
	$ cd gitg-0.2.5
	$ ./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.

About

A GitX clone for gtk+/GNOME

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.9%
  • Shell 0.1%