Skip to content

Instantly share code, notes, and snippets.

@LimeBlast
Forked from lukearmstrong/.gitconfig
Created April 27, 2012 14:18
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 LimeBlast/2509632 to your computer and use it in GitHub Desktop.
Save LimeBlast/2509632 to your computer and use it in GitHub Desktop.
My settings, including aliases and colour settings.
[alias]
addr = add -A
ci = commit
co = checkout
lg = log --graph --decorate --branches --abbrev-commit
st = status -sb
ds = diff -- staged
graph = log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset'
[color]
ui = true
status = auto
diff = auto
interactive = auto
branch = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment