chore: update directory structure for gitconfig files

This commit is contained in:
2025-06-23 09:42:47 +02:00
parent 82ee9bda0a
commit 480b57f156
5 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,14 @@
[user]
email = user@mail
name = John Doe
signingkey = 1234
[credential]
helper = store
[push]
autoSetupRemote = true
[core]
autocrlf = true
[pull]
rebase = true
[commit]
gpgsign = true