delet current git stash code example
Example 1: stash with message
git stash save “Your stash message”.
Example 2: git stash contnet
git stash show -p stash@{1}
git stash save “Your stash message”.
git stash show -p stash@{1}