From bb9ec28cdef2af81b42bc33929fbdb4cf878cfed Mon Sep 17 00:00:00 2001 From: jcougnoux Date: Tue, 20 Feb 2018 16:38:00 +0100 Subject: [PATCH] =?UTF-8?q?Retrouver=20un=20stash=20pop=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGit.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoGit.md b/HowtoGit.md index 2e993498..3b9db6d9 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -350,6 +350,12 @@ Pour voir une des modifications : $ git stash show -p stash@{0} ~~~ +Pour retrouver un stash pop grâce à gitk : + +~~~ +gitk --all $( git fsck --no-reflog | awk '/dangling commit/ {print $3}' ) +~~~ + ### git diff