summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'git.html.markdown')
-rw-r--r--git.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index 7778fdd4..7e9e70de 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -384,9 +384,10 @@ $ git stash pop
# modified: lib/simplegit.rb
#
```
-'git stash apply' also works too
+`git stash apply` does the same thing
Now you're ready to get back to work on your stuff!
+
[Additional Reading.](http://git-scm.com/book/en/v1/Git-Tools-Stashing)
### rebase (caution)