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?
I have a stash saved for the future that I want to give a
Share
You can directly edit the messages stored in
.git/logs/refs/stash.I know it’s probably not ideal, but should work anyway.