Gitnuro is a free and open source Git client application for Linux, Windows & MacOS. It is written in kotlin and based on Jetbrains Compose and JGi and released under GNU General Public License v3.0. Using Gitnur add, reset, checkout, merge, clone, pull and push files. Some other features are commit, rebase, side by side diff view, history view, create, delete tags and branches locally and view remote branches, search and dark theme support.
Install Gitnuro on Ubuntu Linux
Gitnuro is available as a flatpak package file from flathub remote. If you don’t have then install flatpak and flathub on your system and restart it after the installation.
Now open the terminal application (ctrl+alt+t) and run below Gitnuro Git Client flatpak installation command. It will install the latest version of Gitnuro on your system.
flatpak install flathub com.jetpackduba.Gitnuro
And start Gitnuro git app using below command.
flatpak run com.jetpackduba.Gitnuro
And uninstal it using
sudo flatpak uninstall com.jetpackduba.Gitnuro
That’s it