github.com/psexton/git-lfs@v2.1.1-0.20170517224304-289a18b2bc53+incompatible/docs/man/git-lfs-ls-files.1.ronn (about) 1 git-lfs-ls-files(1) -- Show information about Git LFS files in the index and working tree 2 ========================================================================================= 3 4 ## SYNOPSIS 5 6 `git lfs ls-files` [<ref>] 7 8 ## DESCRIPTION 9 10 Display paths of Git LFS files that are found in the tree at the given 11 reference. If no reference is given, scan the currently checked-out branch. 12 13 ## OPTIONS 14 15 * `-l` `--long`: 16 Show the entire 64 character OID, instead of just first 10. 17 18 ## SEE ALSO 19 20 git-lfs-status(1). 21 22 Part of the git-lfs(1) suite.