File: git-lfs-status.adoc

package info (click to toggle)
git-lfs 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,808 kB
  • sloc: sh: 21,256; makefile: 507; ruby: 417
file content (35 lines) | stat: -rw-r--r-- 828 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
= git-lfs-status(1)

== NAME

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

== SYNOPSIS

`git lfs status` [<options>]

== 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.

== 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.