I need to merge request from my develop branch to master in a remote repo, but my merge request is rejected because I have 10 commit ahead master. My local master branch is up date and my local develop branch is up date too. The problem of these 10 commits ahead appears only in remote remote branch.
I try
How can I clean or delete or solve these 10 commit ahead in my remote develop branch?
PD: My repo is on gitlab. Thanks for your helps. Regards