sublime_merge
sublime_merge copied to clipboard
Rename Stash
Problem description
I use stashes a lot. I try clean them up one by one every so often. Some are meaningful. Some are ghosts of unsuccessful pop stash
commands. But I have a huge list of unnamed Stashes.
Preferred solution
I'd like the ability to give a name to an existing stash. Particularly from the sidebar. Something like Right-Click > Rename. That way It is a bit easier to organise which ones were meaningful and which weren't.
Alternatives
Not sure I have any.
I don't think git itself supports this functionality.
git stash drop stash@{1}
Dropped stash@{1} (af8fdeee49a03d1b4609f294635e7f0d622e03db)
git stash store -m "DEV MODE" af8fdeee49a03d1b4609f294635e7f0d622e03db