git-lfs/docs/man/git-lfs-ls-files.1.ronn

18 lines
430 B
Plaintext
Raw Normal View History

2015-03-19 19:30:55 +00:00
git-lfs-ls-files(1) -- Show information about git lfs files in the index and working tree
=========================================================================================
2015-01-30 17:07:50 +00:00
## SYNOPSIS
2015-03-19 19:30:55 +00:00
`git lfs ls-files` [refspec]
2015-01-30 17:07:50 +00:00
## DESCRIPTION
Display paths of Git LFS files that are found in the refspec. If no refspec is given,
scan the currently checked-out branch.
2015-01-30 17:07:50 +00:00
## SEE ALSO
2015-03-19 19:30:55 +00:00
git-lfs-status(1).
2015-01-30 17:07:50 +00:00
2015-03-19 19:30:55 +00:00
Part of the git-lfs(1) suite.