Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnome/gitg
Read-only mirror of https://gitlab.gnome.org/GNOME/gitg
https://github.com/gnome/gitg
Last synced: about 1 month ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/gitg
- Host: GitHub
- URL: https://github.com/gnome/gitg
- Owner: GNOME
- License: gpl-2.0
- Created: 2012-06-07T00:43:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T19:14:38.000Z (about 2 months ago)
- Last Synced: 2024-10-07T12:49:49.790Z (about 1 month ago)
- Language: Vala
- Homepage: https://gitlab.gnome.org/GNOME/gitg
- Size: 21.1 MB
- Stars: 184
- Watchers: 15
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Gitg
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.
- Website: https://wiki.gnome.org/Apps/Gitg
- Issues: https://gitlab.gnome.org/GNOME/gitg/issues
- Download: https://download.gnome.org/sources/gitg/
- Contact: https://discourse.gnome.org/tag/gitg
- Translate: https://l10n.gnome.org/module/gitg/## 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.