git-lfs/docs/man/git-lfs-status.1.ronn
Michael Haggerty ac1451ed52 Tidy up the man page summary lines
* Such lines conventionally don't end with a full stop, so remove
  them.

* Adjust the subsequent `========` lines to have the same length as
  the summary lines (the lengths were wrong because of an earlier
  renaming of the project).
2015-04-11 08:51:35 +02:00

27 lines
790 B
Markdown

git-lfs-status(1) -- Show the status of Git LFS files in the working tree
=========================================================================
## SYNOPSIS
`git lfs status` [<options>]
## DESCRIPTION
Displays paths of Git LFS objects that have not been pushed to the Git LFS
server, have differences between the index file and the current HEAD commit,
and paths that have differences between the working tree and the index file.
Thi first are what you would push by running git push; the second are what
you would commit by running git commit; the third are what you could commit
by running git add before running git commit.
## OPTIONS
* `--porcelain`:
Give the output in an easy-to-parse format for scripts.
## SEE ALSO
git-lfs-ls-files(1).
Part of the git-lfs(1) suite.