From e3ce6bb08f48c0b303613c84ad5c46058899ebe3 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Thu, 29 Dec 2016 14:08:34 +0100 Subject: [PATCH] clarification pour git-stash --- HowtoGit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoGit.md b/HowtoGit.md index 90d617a7..e35ec602 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -287,10 +287,10 @@ stash@{0}: WIP on dev: fb1fa70… m stash@{1}: WIP on dev: fb1fa70… m ~~~ -Et ré-appliquer les modifications stockées : +Et ré-appliquer la dernière modification stockée : ~~~{.bash} -$ git stash apply stash@{0} +$ git stash pop ~~~ Pour purger le buffer sans l'appliquer :