Do you struggle with finding what you’re looking for in your git stashes? git stash push
lets you stash changes with a description:
git stash push -m "A helpful description of what this stash contains"
Try it the next time you git stash!
![git stash before](https://simonplend.com/wp-content/uploads/2021/03/before.png)
![git stash after](https://simonplend.com/wp-content/uploads/2021/03/after.png)
Do you struggle with finding what you’re looking for in your git stashes? git stash push
lets you stash changes with a description:
git stash push -m "A helpful description of what this stash contains"
Try it the next time you git stash!