Skip to content

Instantly share code, notes, and snippets.

@laguiar
Created November 13, 2009 04:26
Show Gist options
  • Save laguiar/233582 to your computer and use it in GitHub Desktop.
Save laguiar/233582 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = luiz.aguiar@gmail.com
name = Luiz Aguiar
[github]
user = laguiar
token = <token_here>
[alias]
st = status
ci = commit -am
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
pl = pull origin master
ph = push origin master
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
status = auto
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
tool = opendiff
[core]
quotepath = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment