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.
Related posts:
- Switching an IIS website home directory from the command line The title says it all. The problem was simple –...
- Opening a file in your favourite editor from the command line This post serves as a reminder for myself. I use...
- Run a command as Administrator under Windows To run any command under the credentials of a different...
- Viewing a File’s History in Git To view the full history of a file in your...
- Recovering your Git repository after doing a “git reset –hard” There are many stupid people in this world. This guy...