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