Small formatting changes

This commit is contained in:
LOZORD 2014-11-24 19:41:02 -06:00
parent 8b442c2497
commit 295b40d272

View File

@ -384,9 +384,10 @@ $ git stash pop
# modified: lib/simplegit.rb # 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! Now you're ready to get back to work on your stuff!
[Additional Reading.](http://git-scm.com/book/en/v1/Git-Tools-Stashing) [Additional Reading.](http://git-scm.com/book/en/v1/Git-Tools-Stashing)
### rebase (caution) ### rebase (caution)