How will you resolve conflict in Git?
How will you resolve conflict in Git?
题目类型: 行为面试题
这是一道行为面试题,常见于澳洲IT公司面试中。
难度: hard
标签: interviewbit, git, topic-specific, version-control
参考答案摘要
Conflicts occur whenever there are multiple people working on the same file across multiple branches. In such cases, git won't be able to resolve it automatically as it is not capable of deciding what...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。