Skip to content
Permalink
7b0d47b3b6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
22 lines (16 sloc) 354 Bytes
git-fsck-objects(1)
===================
NAME
----
git-fsck-objects - Verifies the connectivity and validity of the objects in the database
SYNOPSIS
--------
[verse]
'git fsck-objects' ...
DESCRIPTION
-----------
This is a synonym for linkgit:git-fsck[1]. Please refer to the
documentation of that command.
GIT
---
Part of the linkgit:git[1] suite