Skip to content

Instantly share code, notes, and snippets.

@NicoleY77
Forked from we11adam/.gitconfig
Created April 18, 2013 09:19
Show Gist options
  • Save NicoleY77/5411391 to your computer and use it in GitHub Desktop.
Save NicoleY77/5411391 to your computer and use it in GitHub Desktop.
[user]
name = Adam Lau
email = $email$
[push]
default = matching
[mergetool]
keepBackup = true
[merge]
tool = vimdiff
[core]
editor = vim
[alias]
visual = !gitx
co = checkout
br = branch
ci = commit
st = status
unstage = reset HEAD --
last = log -1 HEAD
[help]
autocorrect = 1
[color]
ui = true
status = true
grep = true
interactive = true
branch = true
diff = true
decorate = true
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment