Skip to content

Commit

Permalink
Update the Git lfs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogg committed Aug 29, 2023
1 parent 748ceeb commit 6e19c61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
[branch]
autosetuprebase = always
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[init]
defaultBranch = main
[push]
Expand Down

0 comments on commit 6e19c61

Please sign in to comment.