sublimehq / sublime_merge

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

Drag commits to rebase #1728

Closed samholmes closed 1 year ago

samholmes commented 1 year ago

Problem description

To re-order a single commit on a branch, one must run git rebase -i <merge-base> and then edit a text file.

Preferred solution

Add a feature that allows you to drag a commit up and down to re-order the commit using rebase.

Alternatives

Holding down a key modifier to avoid accidentally rebasing branches.

dpjohnst commented 1 year ago

Hi @samholmes,

Thank you for reaching out and sharing this feedback - this is definitely something we're wanting to support!

I'm going to put this under the same umbrella as https://github.com/sublimehq/sublime_merge/issues/1194 Feel free to head over to that issue and give it a thumbs up to show your interest in this feature.

Thanks, - Dylan from Sublime HQ