Git:如何创建不同的未合并状态?
什么时候会出现不同的 git status
未合并状态,例如由我们添加
、由他们添加
或都已删除
?
我尝试通过执行合并来重现后者,其中文件已在当前分支和合并源分支中删除,但我无法创建此状态。
When do different git status
unmerged states occur, like added by us
, added by them
or both deleted
?
I've tried to reproduce the latter by performing a merge where a file has been deleted in the current and merged-from branch, but I was not able to create this status.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在每个分支中以不同的方式重命名文件来获取所有三个文件。
现在您已拥有所有三个状态。
You can get all three by renaming a file differently in each branch.
Now you have all three states.