commit e31969384cca3a7f4afe6bdc2ce9cba3690d1fcf Author: Michał Czyż Date: Fri Jul 19 14:05:31 2024 +0200 git config initial setup diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..92f6ed5 --- /dev/null +++ b/.gitconfig @@ -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