Move a bunch of configs around to make docker happy.

This commit is contained in:
Anna Rose 2018-03-22 16:06:06 -04:00
parent 4e7f47891a
commit b138c57d95
No known key found for this signature in database
GPG Key ID: 8D9ACA841015C59A
7 changed files with 5 additions and 17 deletions

View File

View File

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

View File

@ -1,14 +0,0 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Anna Wiggins
email = annabunches@gmail.com
signingkey = 0448ED78
[commit]
gpgsign = true
[gpg]
program = gpg2
[push]
default = upstream
[alias]
graph = log --graph --oneline --decorate --all