Sublime Forum

Selecting multiple branches or stashes in Sublime Merge

#1

Is there any way to enable selecting multiple branches or stashes so I can delete them all at once? This is something I do very often in other git GUIs but can’t manage to do in Sublime Merge. Instead I have to right click each item and delete individually.

eg. In GitKraken and SmartGit I can hold down the ctrl key and click multiple branches or stashes, then right click on the selection anywhere and delete the branches/stashes.

0 Likes

#2

Commits can natuarlly be selected like files in Explorer.

  • shift+up/down selects multiple commits next to each other
  • ctrl+left mouse click can be used to select multiple individual commits.

Once selected operations like Drop Commit or Squash are applied on all of them.

0 Likes

#3

Right, I’ve seen that works for commits. But what about branches or stashes?

0 Likes

#4

G’day @JavierPDev,

Thanks for reaching out.

Currently this isn’t possible, though it’s something I am definitely looking to add.

Cheers,
- Dylan from Sublime HQ

0 Likes

#5

The corresponding GH issue: is https://github.com/sublimehq/sublime_merge/issues/1256

1 Like