1GIT-LFS-STATUS(1)                                            GIT-LFS-STATUS(1)
2
3
4

NAME

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

SYNOPSIS

9       git lfs status [options]
10

DESCRIPTION

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  com‐
18           mit. These are large files that would be committed by git commit.
19
20       ·   have differences between the working tree and the index file. These
21           are files that could be staged using git add.
22
23
24
25       This command must be run in a non-bare repository.
26

OPTIONS

28       --porcelain
29              Give the output in an easy-to-parse format for scripts.
30
31       --json Give the output in a stable json format for scripts.
32

SEE ALSO

34       git-lfs-ls-files(1).
35
36       Part of the git-lfs(1) suite.
37
38
39
40                                  April 2019                 GIT-LFS-STATUS(1)
Impressum