“递归合并模式”旁边的这些符号是什么?在 git 合并中?
当我使用 git pull [project name] master 更新我的核心文件时,我在“递归合并”下收到一堆绿色加号和红色减号信号。这些符号是什么以及它们的含义是什么?
这是屏幕截图:
感谢您的帮助。
When I use git pull [project name] master
to update my core files, I get a bunch of green plus and red minus signals under "merge made by recursive." What are these symbols and what do they mean?
Here's a screenshot:
Thank you for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是已更改的行数的近似值。优点是新内容,缺点是删除的内容。修改最终会导致两者等量。删除只是缺点,新文件都是优点。
希望这有帮助!
That is an approximation of how many lines have changed. Pluses are for new content and minuses are for what was taken out. Modifications end up with equal amount of both. Deletions are only minuses and new files are all pluses.
Hope this helps!