git-fsck-objects.txt 354 B

1234567891011121314151617181920212223
  1. git-fsck-objects(1)
  2. ===================
  3. NAME
  4. ----
  5. git-fsck-objects - Verifies the connectivity and validity of the objects in the database
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'git fsck-objects' ...
  10. DESCRIPTION
  11. -----------
  12. This is a synonym for linkgit:git-fsck[1]. Please refer to the
  13. documentation of that command.
  14. GIT
  15. ---
  16. Part of the linkgit:git[1] suite