git lfs track "<pattern-file-name>" Keep track of which files need to be processed
# track all files with the a suffix
git lfs track "*.a"
git lfs ls-files can display a list of files currently tracked by lfsgit lfs track to see the existing file tracking patternsgit lfs untrack "*xx.a" unmanage tracking of xx.a by git flsgit lfs version View the currently used git lfs versiongit lfs pull pull large files from remote repositories# For details see
https://github.com/git-lfs/git-lfs#downloading