Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve conflicts merging 11.0.x #764

Open
wants to merge 7 commits into
base: 11.1.x
Choose a base branch
from

Conversation

garyvvaughan
Copy link
Member

Problem

$ git checkout 11.1.x
$ git merge 11.0.x
CONFLICT (modify/delete): Jenkinsfile deleted in 11.0.x and modified in HEAD.  Version HEAD of Jenkinsfile left in tree.
CONFLICT (modify/delete): sonar-project.properties deleted in HEAD and modified in 11.0.x.  Version 11.0.x of sonar-project.properties left in tree.
Automatic merge failed; fix conflicts and then commit the result.

Solution

$ git rm Jenkinsfile sonar-project.properties
$ git commit
[gvaughan/resolve-conflicts-merging-11.0.x 671aaa3] Merge branch '11.0.x' into gvaughan/resolve-conflicts-merging-11.0.x
Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@garyvvaughan garyvvaughan requested a review from a team as a code owner March 14, 2024 16:56
Copy link

cla-assistant bot commented Mar 14, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 5 committers have signed the CLA.

sp-gupta
✅ garyvvaughan
❌ cprovencher
❌ ConfluentSemaphore
❌ Ganesh Datta


Ganesh Datta seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@garyvvaughan garyvvaughan changed the base branch from master to 11.1.x March 14, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants