0
Completed
remove restriction: "rebase interactive, squash commits, message must be equal" or add "fixup"
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.
Customer support service by UserEcho
Drag the commits right beside each other, select them and invoke Squash.
Oh whoa, it even has a CMD+J shortcut. Thanks a lot :)