mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 11:15:30 +02:00
git-stash: add -p option (#1094)
This commit is contained in:
parent
67840a5c3f
commit
8dd53d6484
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`git stash -u`
|
`git stash -u`
|
||||||
|
|
||||||
|
- Interactively select parts of changed files for stashing:
|
||||||
|
|
||||||
|
`git stash -p`
|
||||||
|
|
||||||
- List all stashes (shows stash name, related branch and message):
|
- List all stashes (shows stash name, related branch and message):
|
||||||
|
|
||||||
`git stash list`
|
`git stash list`
|
||||||
|
|
Loading…
Add table
Reference in a new issue