Last Updated: September 09, 2019
·
895
· lokiastari

Git Branch Graph

View the branch graph in git:

git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"

1 Response
Add your response

Thanks! Already added to my .profile ;)

alias tree="git log --graph --full-history --all --color --pretty=format:\"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s\""

over 1 year ago ·