0 votes
in Git by
What is the conflict in Git?

1 Answer

0 votes
by

Candidates could generally land up with a question on the conflict in Git in the basic Git interview questions. Git could handle the majority of merges on its own by leveraging its automatic features. Conflict is evident when two different branches make edits to the same line in a file. Another scenario for conflict in Git occurs with the deletion of a file on one branch and modification of the same file in another branch. Conflicts are general occurrences, especially when functioning in a team environment. 

Related questions

0 votes
asked Aug 22, 2023 in Git by JackTerrance
0 votes
asked Sep 3, 2020 in Git by SakshiSharma
...