Computer Science, asked by cullenmeg396, 11 months ago

Which of the following in git status indicates conflict?
A. unmerged paths
B. unstaged
C. untracked
D. merged paths

Answers

Answered by Anonymous
11

A. unmerged paths

hope it's help you

Answered by aqibkincsem
0

Answer:

The unmerged paths of the following in git status indicate conflict. The correct answer is option A. The git has not created the advanced merge commit automatically.

It has paused this process while the user can solve the conflict. If the user wants to view the files which are unmerged at the point after the merge conflict, he/ she can run the git status.

Explanation:

Similar questions