Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@asrail
Created November 18, 2010 17:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save asrail/705324 to your computer and use it in GitHub Desktop.
Save asrail/705324 to your computer and use it in GitHub Desktop.
git config
[user]
name = ...
email = ...
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log --stat
lc = log -p -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment