Delete all stashes

Git, Repository, Stash · Apr 13, 2021

Deletes all stashes.

  • Use git stash clear to delete all stashes.
git stash clear
git stash clear
# Deletes all stashes

Written by Angelos Chalaris

I'm Angelos Chalaris, a JavaScript software engineer, based in Athens, Greece. The best snippets from my coding adventures are published here to help others learn to code.

If you want to keep in touch, follow me on GitHub or Twitter.

More like this