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

27 lines
806 B
Markdown

git-media-status(1) -- Show the status of git media files in the working tree
=============================================================================
## SYNOPSIS
`git media status` [<options>]
## DESCRIPTION
Displays paths of git media files that have not been pushed to the git media
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-media-ls-files(1).
Part of the git-media(1) suite.