We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ad07a commit 57d9f03Copy full SHA for 57d9f03
docs/productive/git/review.rst
@@ -269,3 +269,11 @@ controlled by two ``gc.*`` options:
269
270
You can increase these options to a longer time frame, but this is rarely
271
useful.
272
+
273
+``fsck``
274
+--------
275
276
+`git fsck <https://git-scm.com/docs/git-fsck>`_ is the last resort when a commit
277
+is no longer in the reflog (for example, if you have *‘lost’* it with ``git
278
+stash drop``). With ``git fsck``, you can list all commit IDs that are not
279
+referenced.
0 commit comments