Added git config

This commit is contained in:
Hans Goor 2023-08-07 15:18:29 +02:00
parent b135c3bffc
commit 0959c65622
No known key found for this signature in database
GPG key ID: 7E05BC839785EAF6

16
git/.gitconfig Normal file
View file

@ -0,0 +1,16 @@
# 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