note stash
This commit is contained in:
parent
2fb08acda5
commit
ee53cb3fe8
1 changed files with 3 additions and 2 deletions
|
@ -23,8 +23,9 @@ tags, even if they are no longer usable due to missing data.
|
||||||
|
|
||||||
After running this command, you will probably want to run `git fsck` to
|
After running this command, you will probably want to run `git fsck` to
|
||||||
verify it fixed the repository. Note that fsck may still complain about
|
verify it fixed the repository. Note that fsck may still complain about
|
||||||
objects referenced by the reflog, if they were unable to be recovered.
|
objects referenced by the reflog, or the stash, if they were unable to be
|
||||||
Use `git fsck --no-reflogs` to skip such objects.
|
recovered. This command does not try to clean up either the reflog or the
|
||||||
|
stash.
|
||||||
|
|
||||||
Since this command unpacks all packs in the repository, you may want to
|
Since this command unpacks all packs in the repository, you may want to
|
||||||
run `git gc` afterwards.
|
run `git gc` afterwards.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue