Closed albertvillanova closed 1 year ago
@albertvillanova we were wondering if something was off, thank you! Let me try again and update the performance numbers.
Verfied this works with git lfs ls-files
👍
Great!
@gschoeni please note that the fix works because all the files inside the "images" have ".jpg" extension. Alternatively, to track all the files inside the "images" directory, independently of their extension, you could have used:
git lfs track "images/*"
There is a mistake in the
git-lfs track
command in the Performance: images are not properly tracked by Git LFS, thus resulting in a git remote error while pushing.This PR fixes the
git-lfs track
command, so that all images are properly tracked by Git LFS.