dotfiles/git/gitconfig

36 lines
772 B
Plaintext
Raw Normal View History

2010-06-25 14:11:53 +10:00
[user]
name = Bodaniel Jeanes
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"
unadd = reset HEAD
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
status = auto
ui = auto
[core]
editor = mate -w
excludesfile = ~/.gitignore
whitespace = fix
[branch]
autosetupmerge = always
autosetuprebase = local
[push]
2010-11-22 14:51:59 +11:00
default = tracking
2010-06-25 14:11:53 +10:00
[diff "ruby"]
funcname = ^ *\\(\\(class\\|module\\|def\\) .*\\)
2010-11-30 01:03:26 +11:00
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope