27 Mar
2025
27 Mar
'25
10:55 a.m.
CI will try to build every commit in the MR, not just the latest. You can't append commits til it passes, you need to force push. I usually use `git rebase --interactive origin/master` to rebuild commit series, but beginners may find it less intimidating to `git reset origin/master` then recreate the commits from scratch. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7667#note_99223