From 9b92773ddc68213e9a87e5009fbdefa4842af2c1 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Fri, 30 Dec 2016 15:15:39 +0100 Subject: [PATCH] ajout info git-stash --- HowtoGit.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HowtoGit.md b/HowtoGit.md index 06164d73..bd9ef5c1 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -289,7 +289,7 @@ stash@{0}: WIP on dev: fb1fa70… m stash@{1}: WIP on dev: fb1fa70… m ~~~ -Et ré-appliquer la dernière modification stockée : +Pour appliquer la dernière modification stockée : ~~~ $ git stash pop @@ -301,6 +301,12 @@ Pour purger le buffer sans l'appliquer : $ git stash clear ~~~ +Pour voir une des modifications : + +~~~ +$ git stash show -p stash@{0} +~~~ + ### git diff