Skip to content

GNOME/gitg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 11, 2022 20:07
osx
August 29, 2021 11:08
October 12, 2022 11:45
po
March 20, 2023 22:26
February 1, 2022 23:41
October 10, 2022 22:31
October 4, 2022 06:24
October 6, 2019 10:40
December 27, 2018 12:38
December 27, 2021 14:02
August 29, 2021 11:08
December 27, 2021 14:02
October 10, 2022 22:31
October 14, 2018 20:12

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.