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