Add git signingkey and name/email to personal file

This commit is contained in:
2026-05-14 14:37:48 +02:00
parent 031eab1b27
commit 6f260619a7

View File

@@ -33,12 +33,13 @@
autoSetupMerge = false autoSetupMerge = false
# Set up new branches in a way that "git pull" does a rebase by default. # Set up new branches in a way that "git pull" does a rebase by default.
autoSetupRebase = always autoSetupRebase = always
# Commit signing, currently using ssh@mars -- to be switched to sign@mars after 2026-05-15
[gpg] [gpg]
format = ssh format = ssh
[commit] [commit]
gpgsign = true gpgsign = true
[user]
signingkey = key::ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJg7zQ4H0LQeQcILZBwCzQ+MYKtCgKm7HPe9oFeoyprKZXAvpm+HDHtaYdU39JF9f+nvRztzXuMhgETAQMAQCkc=
# Must always go last, to be able to override the settings above. name = Artem Sheremet
[include] email = dot.doom@gmail.com
path = ~/.config/gitconfig_local