GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-LFS-STATUS(1) GIT-LFS-STATUS(1)

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

git lfs status [options]

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.

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

git-lfs-ls-files(1).

Part of the git-lfs(1) suite.

October 2021

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.