Skip to content

Instantly share code, notes, and snippets.

@JoseRibeiro
Created February 17, 2011 18:20
Show Gist options
  • Save JoseRibeiro/832304 to your computer and use it in GitHub Desktop.
Save JoseRibeiro/832304 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = José Ribeiro
email = linux.ze@gmail.com
[color]
status = auto
branch = auto
ui = true
[diff]
color = auto
[pager]
color = true
[status]
color = auto
[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]
pl = pull origin master
ph = push origin master
st = status
ci = commit -am
br = branch
co = checkout
df = diff
lg = log -p
a = add .
[github]
user = JoseRibeiro
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment