dotfiles/git/.gitconfig
2023-08-07 15:18:29 +02:00

16 lines
326 B
INI

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Hans Goor
email = me@eyedevelop.org
signingkey = D414A7FA58C29568EF4E05CD7E05BC839785EAF6
[commit]
gpgsign = true
[pull]
rebase = true
[push]
autoSetupRemote = true
[merge]
ff = no
[init]
defaultBranch = main