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

Leave a Comment

Your email address will not be published. Required fields are marked *