Skip to content

Instantly share code, notes, and snippets.

@randallknutson
Created October 12, 2010 16:10
Show Gist options
  • Save randallknutson/622440 to your computer and use it in GitHub Desktop.
Save randallknutson/622440 to your computer and use it in GitHub Desktop.
[alias]
st = status
co = checkout
cb = checkout
df = diff --no-prefix && git diff --staged --no-prefix --ignore-space-change
[apply]
whitespace = nowarn
[color]
ui = auto
diff = auto
[core]
whitespace = fix,-indent-with-non-tab,-indent-with-tab,trailing-space,cr-at-eol
filemode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment