Move a bunch of configs around to make docker happy.
This commit is contained in:
parent
4e7f47891a
commit
b138c57d95
7 changed files with 5 additions and 17 deletions
12
git/.gitconfig
Normal file
12
git/.gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue