You can show all your stashes with git stash list
. Maybe you can write a script to show both git stash list
and git log
and use it with an alias.
You can show all your stashes with git stash list
. Maybe you can write a script to show both git stash list
and git log
and use it with an alias.