Skip to content

Merge Conflict issues #142348

Oct 23, 2024 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

The situation you described is a common issue that occurs when merging branches with conflicts in a fast-moving release environment. Here is a rough plan of what you can:

  1. Check what changes were introduced into the release branch after the creation of your dev branch but were accidentally overwritten during your merge.
  2. Before you do anything further, make a backup of the current state.
  3. Cherry-pick the missing commits or manually reapply them to the release branch.
  4. Verify that the release branch has the correct history, including your changes and the missing changes.
  5. Test/Run to make sure there are no issues and everything works as intended.

Please let me know if this works. I can reply …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Ashutosh309
Comment options

Answer selected by Ashutosh309
Comment options

You must be logged in to vote
0 replies

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants