This question already has an answer here:
- How can I rename a git stash? 6 answers
I have a stash saved for the future that I want to give a meaningful name. While it's possible to pass a message as argument to git stash save
, is there a way to add a message to an existing stash?