Show git branch in file explorer

Is there a way to show the current git branch of a directory in my file explorer?

I am using nemoLinux Mint.

I know there are ways to show this on the terminal, but can this happen in the file explorer?

+4
source share
2 answers

I think there are many tools available that provide a graphical interface for GIT,

Some popular graphical interfaces with supporting OS

  • gitk is a graphical history browser in Tcl / Tk distributed using Git (usually in the gitk package)
  • GitForce Git GUI Tool Available under GNU GPL License
  • git -cola - PyQt4

SmartGit, . ( )

git-gui ,

sudo apt-get install git-gui
+1

All Articles