dotfiles/git/.gitconfig
2024-06-27 13:36:03 +02:00

21 lines
271 B
INI

[user]
email = philipp@boehm.sh
name = Philipp
signingkey = AA5E5A3C
[core]
repositoryFormatVersion = 1
editor = nvim
[gpg]
program = gpg2
[commit]
gpgsign = true
[init]
defaultBranch = main
[extensions]
objectFormat = sha256
compatObjectFormat = sha1