• 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 lfs
  • git lfs track to see the existing file tracking patterns
  • git lfs untrack "*xx.a" unmanage tracking of xx.a by git fls
  • git lfs version View the currently used git lfs version
  • git lfs pull pull large files from remote repositories
  • Install
    # For details see
    https://github.com/git-lfs/git-lfs#downloading