No description
Find a file
2024-06-19 22:03:56 +00:00
.gitlab Create CONTRIBUTING.md and add usability tests guidelines to it 2024-04-01 23:37:24 +02:00
contrib
data refactor: Rename app from '(Nightly) gitDevel' to 'Gitg' 2024-04-01 21:01:28 +00:00
gitg ui: Add tooltips to search buttons 2024-06-19 10:40:33 +00:00
libgitg Read config from snapshot on textconv command retrieval 2024-04-27 14:04:30 +02:00
libgitg-ext Add shortcuts and buttons to navigate through search results 2024-04-01 21:17:59 +00:00
osx
plugins Open files in external editor 2022-10-12 11:45:07 +02:00
po Update Slovenian translation 2024-06-19 22:03:56 +00:00
tests Fix end test quotes 2022-02-01 23:41:22 +01:00
vapi Allow to sign commits 2022-10-10 22:31:16 +02:00
win32 WIP: data: Remove GNOME branding 2022-10-04 06:24:11 +00:00
.editorconfig
.gitlab-ci.yml
AUTHORS
ChangeLog
CONTRIBUTING.md Create CONTRIBUTING.md and add usability tests guidelines to it 2024-04-01 23:37:24 +02:00
COPYING
gitg.doap changed app name 2024-04-01 21:06:43 +00:00
libgitg.map
meson.build bump libgit2-glib version 2023-09-04 09:49:01 +02:00
meson_options.txt
meson_post_install.py
NEWS Release version 44 2023-08-03 13:36:24 +02:00
org.gnome.gitgDevel.json refactor: Rename app from '(Nightly) gitDevel' to 'Gitg' 2024-04-01 21:01:28 +00:00
PACKAGING
README.md data: Update several URLs 2023-12-12 00:48:52 +00: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 44.

Installing gitg

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

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