chore: migrate git config keys to camelCase
This commit is contained in:
parent
3f4765cced
commit
3811febee1
@ -1,19 +1,19 @@
|
||||
[user]
|
||||
email = "transcaffeine@finally.coffee"
|
||||
name = "transcaffeine"
|
||||
signingkey = "03624C433676E465"
|
||||
signingKey = "03624C433676E465"
|
||||
[commit]
|
||||
gpgsign = true
|
||||
gpgSign = true
|
||||
[tag]
|
||||
gpgsign = true
|
||||
gpgSign = true
|
||||
[gpg]
|
||||
program = "/usr/bin/gpg"
|
||||
[rebase]
|
||||
autostash = true
|
||||
autosquash = true
|
||||
autoStash = true
|
||||
autoSquash = true
|
||||
[pull]
|
||||
rebase = true
|
||||
autostash = true
|
||||
autoStash = true
|
||||
[format]
|
||||
pretty = "oneline"
|
||||
[alias]
|
||||
|
Loading…
Reference in New Issue
Block a user