Gittyup Graphical Git Client

Gittyup is a free and open source graphical Git client for Linux. Using Gittyup, you can understand and manage your source code version and history easily. It is released under MIT License. It comes with staging of single lines, double tree view for staged and un-staged changes, ignore all files defined by a pattern support, tag viewer and commit message template support. You can easily clone, initialize repositories and add Github, Bitbucket, beanstalk and Gitlab account.

Gittyup Graphical Git Client

Install Gittyup on Ubuntu Linux

Gittyup is available as a flatpak package from flathub. So you need to install and setup flatpak and flathub first. Follow below link for flatpak and flathub installation instructions. After that restart your computer.

Also Read:  How to Find Duplicate Files in Linux Using Rdfind

How to install flatpak and flathub

Open the terminal command line application using ctrl+alt+t keys and run below Gittyup flatpak install command. It will install the latest version of Gittyup on your system.

flatpak install flathub com.github.Murmele.Gittyup

You can run the app using below command.

flatpak run com.github.Murmele.Gittyup

You can also uninstall Gittyup using this command.

sudo flatpak uninstall com.github.Murmele.Gittyup

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply