On Thu Oct 19 13:23:48 2023 +0000, Louis Lenders wrote:
Hi Zhiyi, I opened a new merge request here https://gitlab.winehq.org/wine/wine/-/merge_requests/4143 as 'git push' didn't work and don't know how to resolve it
Did you force push? `git push -f origin` on your branch. This overwrites the remote branch with your local one. Normal push can only "add" commits, not overwrite prior ones.