git branch tree code example
Example 1: how to see all branches in git
git branch -a
Example 2: git print commit tree html
git log --graph --pretty=oneline --abbrev-commit
git branch -a
git log --graph --pretty=oneline --abbrev-commit