Solve a merge conflict
- Open the conflict file
- Find the conflict content. The conflict content is wrapped between
<<<<<and>>>>>> - Decide what you keep and what to remove among the conflicts.
- Remove also
<<<<<and>>>>>> - Save the file
- After you solve all the conflicts, you will need to make a commit to the local repository.
- Check the status of your working files in the local branch
- Stage the file you need to commit
- Commit those files with a commit message