mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 08:16:58 +02:00
Small formatting changes
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user