Git Tree
log --graph --decorate --pretty=oneline --abbrev-commit
Create alias under ~/.gitconfig
git config --global alias.tree "log --graph --decorate --pretty=oneline --abbrev-commit"
https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases
Git Tree
log --graph --decorate --pretty=oneline --abbrev-commit
Create alias under ~/.gitconfig
git config --global alias.tree "log --graph --decorate --pretty=oneline --abbrev-commit"
https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases