Merge the incoming changes into the current branch

1.前言
今天在使用idea来更新git项目时发现的提示:
在这里插入图片描述
2.翻译
(一)Merge the incoming changes into the current branch
将传入的更改合并到当前分支中(常用)

(二)Rebase the current branch on top of the incoming changes
在传入更改的基础上重新建立当前分支


版权声明:本文为liufeifeihuawei原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。