Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Created July 11, 2012 17:05
Show Gist options
  • Save josemarluedke/3091757 to your computer and use it in GitHub Desktop.
Save josemarluedke/3091757 to your computer and use it in GitHub Desktop.
My .gitconfig
[core]
excludesfile = /Users/josemarluedke/.gitignore
[color]
diff = auto
ui = true
[alias]
s = status
ci = commit -m
p = push
[push]
default = current
[pull]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment