Skip to content

Instantly share code, notes, and snippets.

@EvilScott
Created January 10, 2014 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilScott/8357474 to your computer and use it in GitHub Desktop.
Save EvilScott/8357474 to your computer and use it in GitHub Desktop.
Git Config
[user]
email = <YOUR EMAIL>
name = <YOUR NAME>
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = yellow
untracked = red
[core]
pager = less -FRSX
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[alias]
ci = commit
co = checkout
s = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment