A git command line tool that verifies the connectivity and validity of the objects in the database
I'm looking for the basic info on dangling commits & blobs. My repo seems fine. But I ran git fsck …
git git-commit git-fsck git-danglingWhat is the meaning in behind the fsck command name? The documentation of the command does not seem to mention …
git git-fsck