We configure our diff visual tool using diff.tool=xxx
and then running git difftool
to see a visual diff. You can see a stash using git stash show
- but how can you see the stash visually like you can with diff?
Just use the stash's name. For example, the following works for me:
git diff branch stash@{0}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With