]> git.donarmstrong.com Git - git.git/blob - .gitconfig
add push default
[git.git] / .gitconfig
1 [core]
2         excludesfile = ~/.gitignore
3 [user]
4         name = Don Armstrong
5         email = don@donarmstrong.com
6 [annex]
7         sshcaching = false
8 [push]
9         default = matching
10 [diff "zip"]
11     textconv = unzip -c -a