No description
Find a file
2022-10-04 06:24:11 +00:00
contrib
data WIP: data: Remove GNOME branding 2022-10-04 06:24:11 +00:00
gitg customizable datetime format 2022-10-02 22:54:31 +02:00
libgitg customizable datetime format 2022-10-02 22:54:31 +02:00
libgitg-ext build: remove use of deprecated python3 module 2022-02-04 15:31:55 -08:00
osx Use GUri instead of SoupURI 2021-08-29 11:08:04 +00:00
plugins
po Update Georgian translation 2022-10-02 10:43:46 +00:00
tests Fix end test quotes 2022-02-01 23:41:22 +01:00
vapi
win32 WIP: data: Remove GNOME branding 2022-10-04 06:24:11 +00:00
.editorconfig
.gitlab-ci.yml ci: flatpak: remove meson-args variable 2020-08-03 20:23:13 +00:00
AUTHORS
ChangeLog
COPYING
gitg.doap WIP: data: Remove GNOME branding 2022-10-04 06:24:11 +00:00
libgitg.map
meson.build Honor system preferences about using dark theme 2022-08-28 17:29:18 +00:00
meson_options.txt
meson_post_install.py
NEWS Release version 41 2021-12-27 14:02:54 +01:00
org.gnome.gitgDevel.json flatpak: upgrade libssh2 to version 1.10.0 2022-10-01 10:31:17 +02:00
PACKAGING Use GUri instead of SoupURI 2021-08-29 11:08:04 +00:00
README.md Release version 41 2021-12-27 14:02:54 +01:00
test.vala

Gitg

Download on Flathub

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 41.

Installing gitg

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

$ tar Jxf gitg-41.tar.xz
$ cd gitg-41
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build install

Building gitg from git

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

$ git clone https://gitlab.gnome.org/GNOME/gitg.git
$ cd gitg
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build install

Alternatively you can build using Flatpak with the org.gnome.gitgDevel.json manifest.

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.