Merging conflicts are an event that occurs when Git is unable to automatically resolve differences in code between two commits. They can happen as a result of merging branches, during a rebase or when you’re cherry-picking in Git. We can either solve them manually or use a Git GUI such as the ones built into VS Code or Jetbrains IDEs.

3m read timeFrom bensblog.hashnode.dev
Post cover image
Table of contents
Merge conflicts - what are they?Solving merge conflicts the normal wayEarly merge conflict detection
3 Comments

Sort: