Git LFS
Key commands
git lfs install(also uninstall)git lfs track "**/*.mp4"git lfs ls-filesgit lfs status
track just updates the .gitattributes file.
Commit the .gitattributes file with the tracking configuration before committing the large files.
status or ls-files should show the large files in question before you push the commit that starts tracking the large files.