Answers for "delete git stashh"

9

remove stash files git

# remove all stashed files at once:
git stash clear
# remove a single stashed state from the stash list
git stash drop 'stash@{index}'
Posted by: Guest on February-04-2021
2

clear the git stash

git stash clear
Posted by: Guest on March-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language