It’s no surprise I love git. To date, the worst part about git however, was the lacklustre downright shithouse state of the pre-packaged GUI tools – git gui and gitk.
Well here’s a command-line replacement i’ve devised for gitk which does a reasonable job at visualising a project tree.
git log --oneline --decorate=full --graph --remotes
Sick.