Skip to content

facing merge conflicts but can not resolve it , as my resolve button is disable #817

Discussion options

You must be logged in to vote

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

Replies: 3 comments 33 replies

Comment options

You must be logged in to vote
5 replies
@AKSHITHA-CHILUKA
Comment options

@rounakdey6
Comment options

@rounakdey6
Comment options

@AKSHITHA-CHILUKA
Comment options

Answer selected by sanjay-kv
@rounakdey6
Comment options

Comment options

You must be logged in to vote
23 replies
@Meetjain1
Comment options

@rounakdey6
Comment options

@Meetjain1
Comment options

@rounakdey6
Comment options

@Meetjain1
Comment options

Comment options

You must be logged in to vote
5 replies
@Meetjain1
Comment options

@DivyaJyothi9
Comment options

@DivyaJyothi9
Comment options

@Meetjain1
Comment options

@DivyaJyothi9
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
CA Q&A
5 participants