On Sat Feb 18 17:20:58 2023 +0000, Bernhard Kölbl wrote:
`git rebase -i master` Then put an s before all commits but the first commit. (Make sure to read the description at the bottom first tho) Afterwards `git push -f` to the merge branch.
Actually I noticed this might not work so better try `git rebase -i @~4`