Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created March 18, 2015 22:09
Show Gist options
  • Save ryanburgess/a6bd55daa54301b0e867 to your computer and use it in GitHub Desktop.
Save ryanburgess/a6bd55daa54301b0e867 to your computer and use it in GitHub Desktop.
Bash Shell Alias - pretty git log
# Pretty git log
alias gl="git log --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