| ... | @@ -58,6 +58,7 @@ |
... | @@ -58,6 +58,7 @@ |
|
|
git stash pop // Restore stashed changes, and remove them
|
|
git stash pop // Restore stashed changes, and remove them
|
|
|
git stash apply // Restore stashed changes, without removing them
|
|
git stash apply // Restore stashed changes, without removing them
|
|
|
git stash clear // Remove all stashes
|
|
git stash clear // Remove all stashes
|
|
|
|
git stash list // List all stashes
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Submodules
|
|
## Submodules
|
| ... | | ... | |