git-lfs/docs/man/git-lfs-status.1.ronn

31 lines
771 B
Plaintext
Raw Normal View History

2015-03-19 19:30:55 +00:00
git-lfs-status(1) -- Show the status of Git LFS files in the working tree
=========================================================================
## SYNOPSIS
2015-03-19 19:30:55 +00:00
`git lfs status` [<options>]
## DESCRIPTION
2015-04-13 08:58:59 +00:00
Display paths of Git LFS objects that
* have not been pushed to the Git LFS server. These are large files
that would be uploaded by `git push`.
* have differences between the index file and the current HEAD commit.
These are large files that would be committed by `git commit`.
* have differences between the working tree and the index file. These
are files that could be staged using `git add`.
## OPTIONS
* `--porcelain`:
Give the output in an easy-to-parse format for scripts.
## SEE ALSO
2015-03-19 19:30:55 +00:00
git-lfs-ls-files(1).
2015-03-19 19:30:55 +00:00
Part of the git-lfs(1) suite.