GNOME Bugzilla – Bug 579593
GUI for rebase interactive
Last modified: 2018-05-22 13:01:26 UTC
Kind of a blue sky wish It would be very neat to have a gui to do rebase interactive
+1
+1 for this ... tortoise git has probably the best interactive rebase that I've seen, and it does some really nice "magic" under the covers. First, you can select between a variety of options (squash, pick, edit, skip, etc.), and when you do what I call a "squash merge", meaning, you squash all the commits into one (very handy for feature branches), it'll take the new commit message and ammend the last commit so that you get a nice new message, and automatically add the commit hashes as additional detail. Anyhow, I might not've gotten that 100% right because I haven't used tortoise git in a couple years, but, I know that when I do squash merges in Linux from the command line, it's not quite as intuitive as tortoise git made it. I think the ultimate goal for an interactive rebase in gitg should be very similar to the tortoise git version.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gitg/issues/4.