diff --git a/global/.gitconfig b/global/.gitconfig index 1f21aa2..56b1051 100644 --- a/global/.gitconfig +++ b/global/.gitconfig @@ -18,11 +18,11 @@ defaultBranch = master [commit] gpgSign = true -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true +; [filter "lfs"] +; clean = git-lfs clean -- %f +; smudge = git-lfs smudge -- %f +; process = git-lfs filter-process +; required = true ; [credential] ; helper = osxkeychain ; useHttpPath = true