18 Feb
2023
18 Feb
'23
5:20 p.m.
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`
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2229#note_24752