Move public user info into the versioned config, and GPG stuff into the private config.local
This commit is contained in:
parent
b99c2956eb
commit
082b24ea47
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
[include]
|
[include]
|
||||||
path = config.local
|
path = config.local
|
||||||
|
|
||||||
|
[user]
|
||||||
|
name = Danielle McLean
|
||||||
|
email = gopsychonauts@gmail.com
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
@ -8,8 +12,5 @@
|
||||||
st = status --short
|
st = status --short
|
||||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||||
|
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
pushInsteadOf = https://github.com/
|
pushInsteadOf = https://github.com/
|
||||||
|
|
Loading…
Reference in a new issue