Updated .gitconfig to include some stuff Dr Nic recommends.

pull/2/head
bjeanes 2008-08-25 00:56:56 -07:00
parent 42e95232d7
commit 5b02926ca9
1 changed files with 14 additions and 19 deletions

View File

@ -3,25 +3,20 @@
email = me@bjeanes.com
[merge]
summary = true
tool = opendiff
[alias]
co = checkout
put = push origin HEAD
push-all = "!for i in $(git config --list | grep -E ^remote\\..+\\.url | sed -E 's/^remote\\.(.*)\\.url=.*/\\1/'); do git push $i master; done"
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
status = 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
[github]
user = bjeanes
[core]
editor = mate -w
excludesfile = ~/.gitignore