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

@ -1,27 +1,22 @@
[user] [user]
name = Bodaniel Jeanes name = Bodaniel Jeanes
email = me@bjeanes.com email = me@bjeanes.com
[merge] [merge]
summary = true 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] [color]
branch = auto branch = auto
diff = auto diff = auto
status = 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] [github]
user = bjeanes user = bjeanes
[core] [core]
editor = mate -w editor = mate -w
excludesfile = ~/.gitignore