sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Rename Stash

Open rjchatfield opened this issue 2 years ago • 2 comments

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.

rjchatfield avatar Jan 12 '23 23:01 rjchatfield

I don't think git itself supports this functionality.

srbs avatar Jan 18 '23 10:01 srbs

git stash drop stash@{1} Dropped stash@{1} (af8fdeee49a03d1b4609f294635e7f0d622e03db)

git stash store -m "DEV MODE" af8fdeee49a03d1b4609f294635e7f0d622e03db

CleanShot 2023-02-07 at 10 08 30

thomashermant avatar Feb 07 '23 09:02 thomashermant