Move a bunch of configs around to make docker happy.

This commit is contained in:
2018-03-22 16:06:06 -04:00
parent 4e7f47891a
commit b138c57d95
7 changed files with 5 additions and 17 deletions

12
git/.gitconfig Normal file
View File

@ -0,0 +1,12 @@
[user]
name = Anna Wiggins
email = annabunches@gmail.com
signingkey = EFEF6022
[commit]
gpgsign = true
[gpg]
program = gpg2
[push]
default = simple
[alias]
graph = log --graph --oneline --decorate --all