update .gitconfig

This commit is contained in:
Johannes Loher 2023-07-17 23:53:43 +02:00
parent 3d66bc88ff
commit b37f25c0e8
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045

View file

@ -19,3 +19,7 @@
defaultBranch = main defaultBranch = main
[push] [push]
autoSetupRemote = true autoSetupRemote = true
[commit]
gpgsign = true
[rebase]
autosquash = true