Skip to content

Commit

Permalink
Fix up Git LFS aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-dohm committed Aug 4, 2021
1 parent dd30570 commit 0306020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
prune = true

[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
process = git-lfs filter-process
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process

[github]
user = lee-dohm
Expand Down

0 comments on commit 0306020

Please sign in to comment.