今天在使用idea来更新git项目时发现的提示:
2.翻译 (一)Merge the incoming changes into the current branch将传入的更改合并到当前分支中(常用)
(二)Rebase the current branch on top of the incoming changes在传入更改的基础上重新建立当前分支
3.功能变化 (一)等同于在控制台执行git pull命令

今天在使用idea来更新git项目时发现的提示:
2.翻译 (一)Merge the incoming changes into the current branch将传入的更改合并到当前分支中(常用)
(二)Rebase the current branch on top of the incoming changes在传入更改的基础上重新建立当前分支
3.功能变化 (一)等同于在控制台执行git pull命令