Four graphic interfaces for Git
gitg
Gnome is dedicated to functional frugality, which makes taking a look at gitg [4] all the more exciting. Gitg is a Git GUI that visualizes Git directories and integrates seamlessly into the Gnome interface. The software can be installed via the package manager on Ubuntu 18.04.
Code repositories in the Gnome world are referred to as software repositories. When launched, Gitg first points out that it has not yet found any repositories; instead, it offers you a clickable link to search. If you follow the link, you will be taken to the local repositories that gitg displays in a simple overview.
In our lab, the somewhat confusing test repository, which we created with GitAhead, was one of the candidates presented. As with GitAhead, a click on the test repository showed a visualization of the commit history with colored lines (Figure 6).
The upper-right area lists the different commits, and their contents appear in the lower window area. Gitg color-highlights changes in diff format. The leftmost column provides a complete overview of the branches in the selected repository.
If you right-click on a commit entry top-right on the screen, various options await you in a context menu. These options include Create branch, Create tag, Create patch, and Cherry pick operation by branch_name. In fact, you can use gitg to create your own branches and merge them. For merges, you have to enter your data below Details of the author in the configuration menu; otherwise gitg protests.
If you choose the Create tag option, you can specify a version number for the commit that will appear next to this entry and to the left of the Tags entry. If the user chooses Create patch, gitg creates a file with a .patch
extension, which you cannot edit, but at least you can save it in the source directory. You can also use gitg to supplement other local repositories and clone existing repositories.
Conclusions
The GUIs provided by Git share the work. While gitk visualizes the dependencies between branches and provides search functions to help you rummage through the commit history, git-gui transfers some of the typical Git commands to a graphical interface. However, both seem a bit antiquated due to the use of the Tcl/Tk toolkit.
Gitg is similar to gitk in that it visualizes the Git directories graphically, but it adorns the data in the window dressings of the Gnome desktop. However, gitg does not allow changes to be made to the files. Why the Gnome developers didn't decide to adapt functionally more extensive open source GUIs to Gnome remains their secret.
What is strange, however, is that the files can even be changed. In our lab, right-clicking on the filename at the bottom of the GUI was all it took. The Open File option calls it in an editor. However, these modifications did not appear in the directory browser even after saving in the editor and restarting gitg. Apparently, the software does not re-index the files in the imported Git directories after startup, although this makes them unusable for changes.
GitAhead made a good impression, accommodating the most important Git features in a graphical application. Developers (so far) only have to do without some of the more sophisticated functions. According to the bug tracker, GPG-signed commits are not yet possible. More exotic cases like git bisect
are not yet supported by the software. It would also be desirable for the developers to integrate GitAhead into existing Linux distributions in a better way; a feature request for better integration already exists.
Infos
- gitk: https://git-scm.com/docs/gitk
- git-gui: https://git-scm.com/docs/git-gui
- GitAhead: https://gitahead.github.io/gitahead.com/
- gitg: https://wiki.gnome.org/Apps/Gitg
- GitAhead download from GitHub: https://github.com/gitahead/gitahead/releases
- GitAhead on Stack Overflow: https://stackoverflow.com/questions/tagged/gitahead
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.