logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-lfs-status - Show the status of Git LFS files in the working tree

Description

       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.

       This command must be run in a non-bare repository.

Name

       git-lfs-status - Show the status of Git LFS files in the working tree

Options

       --porcelain
           Give the output in an easy-to-parse format for scripts.

       --json
           Give the output in a stable json format for scripts.

See Also

git-lfs-ls-files(1).

       Part of the git-lfs(1) suite.

                                                   2025-01-21                                  GIT-LFS-STATUS(1)

Synopsis

       git lfs status [<options>]

See Also