git config initial setup

This commit is contained in:
2024-07-19 14:05:31 +02:00
commit e31969384c

16
.gitconfig Normal file
View File

@@ -0,0 +1,16 @@
[user]
email = mike@c2yz.com
name = Michał Czyż
signingkey = 78D4829A477DAB25
[commit]
gpgsign = true
[push]
enabled = true
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[init]
defaultBranch = main