Please log in or register to answer this question.

1 Answer

0 votes
by

When you no longer require a specific stash, you can remove it by executing git stash drop <stash_id> command. If you want to remove all the stashes in one go from the repository then you can run git stash clear command.

Related questions

...