summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
authorLOZORD <ljrudberg@gmail.com>2014-11-24 19:41:02 -0600
committerLOZORD <ljrudberg@gmail.com>2014-11-24 19:41:02 -0600
commit295b40d2724a24e046f75da71b4e43124168b535 (patch)
tree66862d756f4eec93de9738eb862ce23bef0eb93d /git.html.markdown
parent8b442c2497962b3b47844da74a416075313dc428 (diff)
Small formatting changes
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)