When additional conflicts occur after attempting to merge a Pull Request (PR) with the existing conflict resolutions, what is a recommended approach to handle these new conflicts?
A) Delete the repository and clone it again
B) Force push the changes to overwrite the main branch
C) Rebase the PR branch onto the main branch and resolve conflicts again
D) Ignore the conflicts and proceed with the merge