I\'m curious if there is a way to show branch hierarchy on the command line? For instance if I use git branch, instead of seeing output like this:
git branch
*
Just type gitk command and press enter.
gitk
For me gitk is the easiest solution for this. Though it will not show you command mode, it will automatically populate a nice UI like this :