The ‘git fsck’ command is useful for performing an integrity evaluation of the Git file system and the identification of corrupted objects.

$ git fsck
Checking object directories: 100% (256/256), done.
Checking objects: 100% (10060/10060), done.

Comments