dotfiles/vcs/git/gitconfig

34 lines
742 B
Plaintext
Raw Normal View History

2010-06-25 14:11:53 +10:00
[alias]
2011-11-08 17:54:51 +11:00
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
ctags = !.git/hooks/ctags
2010-06-25 14:11:53 +10:00
[apply]
2011-11-08 17:54:51 +11:00
whitespace = nowarn
2010-06-25 14:11:53 +10:00
[color]
2011-11-08 17:54:51 +11:00
branch = auto
diff = auto
status = auto
ui = auto
2010-06-25 14:11:53 +10:00
[core]
2011-11-08 17:54:51 +11:00
attributesfile = ~/.gitattributes
excludesfile = ~/.gitignore
whitespace = fix
2010-06-25 14:11:53 +10:00
[branch]
2011-11-08 17:54:51 +11:00
autosetupmerge = always
autosetuprebase = local
2010-06-25 14:11:53 +10:00
[diff "ruby"]
2011-11-08 17:54:51 +11:00
funcname = ^ *\\(\\(class\\|module\\|def\\) .*\\)
2011-09-20 06:12:35 +10:00
[github]
2011-11-08 17:54:51 +11:00
user = bjeanes
[init]
templatedir = ~/.git_template
[rerere]
enabled = 1
2012-08-17 06:57:02 +10:00
[include]
path = .gitconfig.github
path = .gitconfig.pushurls
path = .gitconfig.merge
2012-08-17 06:57:02 +10:00
path = .gitconfig.local