GIT-LFS-LS-FILES(1) | GIT-LFS-LS-FILES(1) |
git-lfs-ls-files - Show information about Git LFS files in the index and working tree
git lfs ls-files [<ref>]
git lfs ls-files <ref> <ref>
Display paths of Git LFS files that are found in the tree at the given reference. If no reference is given, scan the currently checked-out branch. If two references are given, the LFS files that are modified between the two references are shown; deletions are not listed.
An asterisk (*) after the OID indicates a full object, a minus (-) indicates an LFS pointer.
-l, --long
-s, --size
-d, --debug
-a, --all
--deleted
-I <paths>, --include=<paths>
-X <paths>, --exclude=<paths>
-n, --name-only
git-lfs-status(1), git-lfs-config(5).
Part of the git-lfs(1) suite.
2023-04-09 |