18 lines
327 B
Text
18 lines
327 B
Text
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Hans Goor
|
|
email = me@eyedevelop.org
|
|
signingkey = ~/.ssh/id_ed25519.pub
|
|
[commit]
|
|
gpgsign = true
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
autoSetupRemote = true
|
|
[merge]
|
|
ff = no
|
|
[init]
|
|
defaultBranch = main
|
|
[gpg]
|
|
format = ssh
|