1GIT-LFS-STATUS(1) GIT-LFS-STATUS(1)
2
3
4
6 git-lfs-status - Show the status of Git LFS files in the working tree
7
9 git lfs status [<options>]
10
12 Display paths of Git LFS objects that
13
14 • have not been pushed to the Git LFS server. These are large files
15 that would be uploaded by git push.
16
17 • have differences between the index file and the current HEAD
18 commit. These are large files that would be committed by git
19 commit.
20
21 • have differences between the working tree and the index file. These
22 are files that could be staged using git add.
23
24 This command must be run in a non-bare repository.
25
27 --porcelain
28 Give the output in an easy-to-parse format for scripts.
29
30 --json
31 Give the output in a stable json format for scripts.
32
34 git-lfs-ls-files(1).
35
36 Part of the git-lfs(1) suite.
37
38
39
40 GIT-LFS-STATUS(1)