Git updates

This commit is contained in:
2025-04-07 23:34:15 +02:00
parent 1ae10618ae
commit 3d4c772a81

View File

@@ -3,7 +3,7 @@
[commit] [commit]
gpgsign = true gpgsign = true
verbose = true ;verbose = true
[push] [push]
default = upstream default = upstream
@@ -250,8 +250,13 @@
[user] [user]
name = VectorKappa name = VectorKappa
email = piotrpatalong@gmail.com email = piotrpatalong@gmail.com
signingkey = 32DCE8467E7FBD4F signingKey = 04EA77421E7CC22ADE23A06932DCE8467E7FBD4F
[mergetool] [mergetool]
keepBackup = true keepBackup = true
[init] [init]
defaultBranch = main defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true