github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-fsck.1.ronn (about)

     1  git-lfs-fsck(1) -- Check GIT LFS files for consistency
     2  ======================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs fsck`
     7  
     8  ## DESCRIPTION
     9  
    10  Checks all GIT LFS files in the current HEAD for consistency.
    11  
    12  Corrupted files are moved to ".git/lfs/bad".
    13  
    14  ## SEE ALSO
    15  
    16  git-lfs-ls-files(1), git-lfs-status(1).
    17  
    18  Part of the git-lfs(1) suite.