sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
273 stars 14 forks source link

Rename Stash #1701

Open rjchatfield opened 1 year ago

rjchatfield commented 1 year ago

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.

srbs commented 1 year ago

I don't think git itself supports this functionality.

thomashermant commented 1 year ago

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

git stash store -m "DEV MODE" af8fdeee49a03d1b4609f294635e7f0d622e03db

CleanShot 2023-02-07 at 10 08 30