dotfiles/.gitconfig

23 lines
462 B
INI
Raw Normal View History

[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"
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
status = auto
[github]
user = bjeanes
[core]
editor = mate -w
excludesfile = ~/.gitignore