Show full diff with git stash
By default git stash show shows only a simple diff, to show the full version, use -u parameter, like this:
git stash show -u
By default git stash show shows only a simple diff, to show the full version, use -u parameter, like this:
git stash show -u