Man page - git-lfs-status(1)
Packages contains this manual
- git-lfs-pre-push(1)
- git-lfs-status(1)
- git-lfs-prune(1)
- git-lfs-completion(1)
- git-lfs-logs(1)
- git-lfs-lock(1)
- git-lfs-smudge(1)
- git-lfs-pull(1)
- git-lfs-clean(1)
- git-lfs-merge-driver(1)
- git-lfs-post-commit(1)
- git-lfs-ls-files(1)
- git-lfs-ext(1)
- git-lfs-env(1)
- git-lfs-fetch(1)
- git-lfs-fsck(1)
- git-lfs-uninstall(1)
- git-lfs-push(1)
- git-lfs-pointer(1)
- git-lfs-checkout(1)
- git-lfs-unlock(1)
- git-lfs-filter-process(1)
- git-lfs-post-checkout(1)
- git-lfs-post-merge(1)
- git-lfs-dedup(1)
- git-lfs-locks(1)
- git-lfs-track(1)
- git-lfs-update(1)
- git-lfs-clone(1)
- git-lfs-standalone-file(1)
- git-lfs-migrate(1)
- git-lfs-config(5)
- git-lfs-install(1)
- git-lfs(1)
- git-lfs-untrack(1)
Package: git-lfs
apt-get install git-lfs
apt-get install git-lfs
Manuals in package:
Documentations in package:
Manual
GIT-LFS-STATUS
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
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.