We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf20bb commit f97bbb0Copy full SHA for f97bbb0
.gitconfig
@@ -10,3 +10,8 @@
10
eol = lf
11
[init]
12
defaultBranch = main
13
+[filter "lfs"]
14
+ clean = git-lfs clean -- %f
15
+ smudge = git-lfs smudge -- %f
16
+ process = git-lfs filter-process
17
+ required = true
0 commit comments