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]
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue