Retrouver un stash popé

This commit is contained in:
jcougnoux 2018-02-20 16:38:00 +01:00
parent 5322dff9dd
commit bb9ec28cde

View file

@ -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
<https://git-scm.com/docs/git-diff>