I have a local repo with a bunch of git-lfs files tracked. It was creted using git-lfs version 2.1.0.
If I try to do a checkout on that repo using git-lfs version 1.5.6, I get the error:
Error: unknown command "post-checkout" for "git-lfs" Run 'git-lfs --help' for usage.
I get the same error after running git-lfs install
in the repo.
Is git-lfs not backwards-compatible?