DevOps / GIT Interview Questions
Explain git fsck command.
git fsck ( File System ChecK) is used to validate a file system and finds problems.
git fsck command verifies the connectivity and validity of the objects in the database.
More Related questions...