diff options
author | LOZORD <ljrudberg@gmail.com> | 2014-11-24 19:41:02 -0600 |
---|---|---|
committer | LOZORD <ljrudberg@gmail.com> | 2014-11-24 19:41:02 -0600 |
commit | 295b40d2724a24e046f75da71b4e43124168b535 (patch) | |
tree | 66862d756f4eec93de9738eb862ce23bef0eb93d | |
parent | 8b442c2497962b3b47844da74a416075313dc428 (diff) |
Small formatting changes
-rw-r--r-- | git.html.markdown | 3 |
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) |