Added better instructions for recovering from stash failures.
This commit is contained in:
parent
76aa6b6509
commit
10061245bb
|
@ -31,6 +31,6 @@ If, while installing this, you encounter a problem, you must return your
|
||||||
git repository to its original pre-stash state. Learn to use the
|
git repository to its original pre-stash state. Learn to use the
|
||||||
following commands correctly:
|
following commands correctly:
|
||||||
|
|
||||||
git stash list
|
`git stash list`
|
||||||
git stash pop
|
`git stash pop`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue