Gls, as in git ls
. If you are like me and have folder in home directory called "projects" or the like, this command will give a quick color-code
overview of the git status
of each folder.
-
This tool is written in Go, so if you have go installed you can get it with the default
go get
command.go get github.com/FreekKalter/gls
-
See releases for compiled binaries for linux, mac and windows.
"no version control": Blue
"dirty": Red
"no remote": Red on Blue
"fetch failed": Blue on Red
"branch ahead": Green on Yellow
"branch behind": Red on Yellow