github.com/q2/git-lfs@v0.5.1-0.20150410234700-03a0d4cec40e/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  Displays paths of Git LFS objects that have not been pushed to the Git LFS
    11  server, have differences between the index file and the current HEAD commit,
    12  and paths that have differences between the working tree and the index file.
    13  Thi first are what you would push by running git push; the second are what
    14  you would commit by running git commit; the third are what you could commit
    15  by running git add before running git commit.
    16  
    17  ## OPTIONS
    18  
    19  * `--porcelain`:
    20      Give the output in an easy-to-parse format for scripts.
    21  
    22  ## SEE ALSO
    23  
    24  git-lfs-ls-files(1).
    25  
    26  Part of the git-lfs(1) suite.