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