Git command to show all branches in one line Posted on April 19, 2015 by Stefan Auw Yang | Leave a reply I often use this command to show the log tree from command line: git log --oneline --graph --decorate --all