Skip to content

Instantly share code, notes, and snippets.

@alexweber
Created December 12, 2014 11:06
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 alexweber/2959b1d09b180251e3b8 to your computer and use it in GitHub Desktop.
Save alexweber/2959b1d09b180251e3b8 to your computer and use it in GitHub Desktop.
Minimalistic sensible defaults .gitconfig
[core]
filemode = false
[alias]
co = checkout
st = status
ci = commit
l = log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment