Move public user info into the versioned config, and GPG stuff into the private config.local

This commit is contained in:
Danielle McLean 2016-10-23 15:03:26 +11:00
parent b99c2956eb
commit 082b24ea47
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -1,6 +1,10 @@
[include]
path = config.local
[user]
name = Danielle McLean
email = gopsychonauts@gmail.com
[alias]
co = checkout
d = diff
@ -8,8 +12,5 @@
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[commit]
gpgsign = true
[url "git@github.com:"]
pushInsteadOf = https://github.com/