In Git, a "conflict" occurs when the changes in two branches are _______.

  • Identical
  • Incompatible
  • Independent
  • Synchronized
In Git, a "conflict" occurs when the changes in two branches are Incompatible. This happens when Git can't automatically merge changes due to conflicting modifications in the same lines of code. Resolving conflicts is necessary before completing the merge or rebase.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *