0
Completed

remove restriction: "rebase interactive, squash commits, message must be equal" or add "fixup"

alexvonweiss 1 year ago updated 1 year ago 2

If I want to combine two commits, I don't expect having to do extra steps (as in: Having to equal out the commit messages)


Interestingly the command line git doesn't have this limitation. I can change `pick` to `fixup` (or `f`) and it'll delete the commit and move the changes into the commit above.

+1
Completed

Drag the commits right beside each other, select them and invoke Squash.

Oh whoa, it even has a CMD+J shortcut. Thanks a lot :)