Skip to content

Instantly share code, notes, and snippets.

@sabahtalateh
Last active November 30, 2016 11:36
Show Gist options
  • Save sabahtalateh/f4ca022596436bd1b8ff to your computer and use it in GitHub Desktop.
Save sabahtalateh/f4ca022596436bd1b8ff to your computer and use it in GitHub Desktop.
Git log shortcut pertty format
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment