Skip to content

Instantly share code, notes, and snippets.

@senny
Created October 11, 2011 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save senny/1278097 to your computer and use it in GitHub Desktop.
Save senny/1278097 to your computer and use it in GitHub Desktop.
git configuration
# .gitconfig
[format]
pretty = %C(yellow)%h%Creset%C(green)%d%Creset %s %C(red)[%an]%Creset %C(cyan)[%cr]%Creset
# .bashrc / .zshrc
alias gg='git log --graph'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment