github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-status.1.ronn (about) 1 git-lfs-status(1) -- Show the status of Git LFS files in the working tree 2 ========================================================================= 3 4 ## SYNOPSIS 5 6 `git lfs status` [<options>] 7 8 ## DESCRIPTION 9 10 Display paths of Git LFS objects that 11 12 * have not been pushed to the Git LFS server. These are large files 13 that would be uploaded by `git push`. 14 15 * have differences between the index file and the current HEAD commit. 16 These are large files that would be committed by `git commit`. 17 18 * have differences between the working tree and the index file. These 19 are files that could be staged using `git add`. 20 21 ## OPTIONS 22 23 * `--porcelain`: 24 Give the output in an easy-to-parse format for scripts. 25 * `--json`: 26 Give the output in a stable json format for scripts. 27 28 ## SEE ALSO 29 30 git-lfs-ls-files(1). 31 32 Part of the git-lfs(1) suite.