Skip to content

Instantly share code, notes, and snippets.

@MollsReis
Created January 10, 2014 16:29
Show Gist options
  • Select an option

  • Save MollsReis/8357474 to your computer and use it in GitHub Desktop.

Select an option

Save MollsReis/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