Answers for "stash clear list"

3

stash clear list

git stash clear // to clear the whole list
Posted by: Guest on October-23-2020
9

git delete stash

git stash drop stash@{index}   // here index will be shown after getting stash list.
Posted by: Guest on April-22-2020

Browse Popular Code Answers by Language