Skip to content
forked from GNOME/gitg

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.

License

Notifications You must be signed in to change notification settings

ShivKumarSaini/gitg

 
 

Repository files navigation

= General Information =
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.

The latest version of gitg is 3.26.0.

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

= Installing gitg =
To install the latest version of gitg, make sure to download gitg-3.26.0.tar.xz
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-3.26.0.tar.xz
	$ cd gitg-3.26.0
	$ ./configure
	$ make
	$ sudo make install

For more information on installing gitg, please see INSTALL.

= Building gitg from git =
The gitg repository is hosted on git.gnome.org. To build from git:

	$ 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 issueing: 'gitg'. Type 'gitg --help' to show the options you can
specify on the command line.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 79.1%
  • C 5.7%
  • Ruby 5.0%
  • Makefile 3.8%
  • Meson 2.3%
  • Shell 1.2%
  • Other 2.9%