From 8dd53d6484d37540f6fe8f5edf69a0bed219eb0d Mon Sep 17 00:00:00 2001 From: kalebo Date: Wed, 28 Sep 2016 01:46:15 -0600 Subject: [PATCH] git-stash: add -p option (#1094) --- pages/common/git-stash.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/git-stash.md b/pages/common/git-stash.md index 11decd3fa0..5ed5ff4cc8 100644 --- a/pages/common/git-stash.md +++ b/pages/common/git-stash.md @@ -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`