git lfs track
The "track" command starts the given path(s) through Git LFS. The "path"
argument can be a file extension, or a file path. If no paths are provided,
this will simply list the tracked paths.
-
View the paths that Git LFS is tracking currently.
git lfs track
-
Track a new path in Git LFS.
git lfs track *.gif
git-lfs-untrack(1), git-lfs-init(1), gitattributes(5).
Part of the git-lfs(1) suite.