facing merge conflicts but can not resolve it , as my resolve button is disable #817
Answered
by
AKSHITHA-CHILUKA
rounakdey6
asked this question in
CA Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
AKSHITHA-CHILUKA
Oct 4, 2024
Replies: 3 comments 33 replies
-
@rounakdey6 can you please mention the issue and also in which project so that we can help you out |
Beta Was this translation helpful? Give feedback.
5 replies
-
@rounakdey6 share this pr link if you are still facing the error |
Beta Was this translation helpful? Give feedback.
23 replies
-
If few checks were not ticked..Is that possible to merge? @Meetjain1 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are having merge conflicts and you have to resolve it
merge conflicts occur because two people are trying to modify the same part of a file/code. When someone else makes changes to a file (like editing the same lines of code you’re working on), Git gets confused about which version to keep, causing a conflict.
To fix this,
Make sure your branch is up to date with the main branch.
You can do this by syncing your fork (or pulling the latest changes from the main branch).
Once your branch is updated, you can safely make your changes without conflicts.
click on resolve conflicts to solve merge conflicts