1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 04:35:23 +02:00

git-stash: add -p option (#1094)

This commit is contained in:
kalebo 2016-09-28 01:46:15 -06:00 committed by Agniva De Sarker
parent 67840a5c3f
commit 8dd53d6484

View file

@ -10,6 +10,10 @@
`git stash -u`
- Interactively select parts of changed files for stashing:
`git stash -p`
- List all stashes (shows stash name, related branch and message):
`git stash list`