From 3d4c772a81e4b39e2e86b2682ecbebfc7257104e Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Mon, 7 Apr 2025 23:34:15 +0200 Subject: [PATCH] Git updates --- .gitconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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