Instead of `git lfs ...`, , calling the executable (`git-lfs`) is faster. Can further speed up with `exec` to avoid a spawn: ```sh command -v ... exec git-lfs ... ```
Instead of
git lfs ..., , calling the executable (git-lfs) is faster. Can further speed up withexecto avoid a spawn: