Skip to content

Instantly share code, notes, and snippets.

@jpoehnelt
Created December 7, 2017 00:55
Show Gist options
  • Save jpoehnelt/612f972a8e259f14643aa8872a55d086 to your computer and use it in GitHub Desktop.
Save jpoehnelt/612f972a8e259f14643aa8872a55d086 to your computer and use it in GitHub Desktop.
git config filter.lfs.process = "git-lfs filter-process --skip"
git config filter.lfs.smudge = "git-lfs clean --skip %f"
git config filter.lfs.clean = "git-lfs clean -- %f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment