Answers for "git stash0 remove"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language