gitk in terminal
In your .gitconfig file under the [alias] section add the following line:
[alias]
tree = log --graph --oneline --decorate
This will draw branches with a multicolored lines so you can easely follow your branches history.
git tree
Will put your current HEAD on top of the tree. If you want to see all possible branches use this:
git tree --all
Written by Valcho Nedelchev
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#