From 10061245bb1b7d02d2353df57a425d7ed9e57d18 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Fri, 20 May 2016 18:12:28 -0700 Subject: [PATCH] Added better instructions for recovering from stash failures. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2185ead..e6db4b0 100644 --- a/README.md +++ b/README.md @@ -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 following commands correctly: -git stash list -git stash pop +`git stash list` +`git stash pop`