If you want to see git branch and commit history of your project, you can use example below.


Setup


$ git config --global alias.tree "log --oneline --decorate --all --graph"

Usage


$ git tree

Result