Title here
Summary here
When working with Git, we will inevitably run into merge conflicts. Merge conflicts happen when there are conflicting changes to the same set of code in different branches. To resolve merge conflicts, we use tools to analyse the differences in the code and decide on what the code should look like after the merge.
Local
and Remote
into Output
Base
, Local
and Remote
into Output