今天在使用idea来更新git项目时发现的提示:
今天在使用idea来更新git项目时发现的提示:
该提示的意思是:
(一)Merge the incoming changes into the current branch
将传入的更改合并到当前分支中(常用)
(二)Rebase the current branch on top of the incoming changes
在传入更改的基础上重新建立当前分支
今天在使用idea来更新git项目时发现的提示:
该提示的意思是:
(一)Merge the incoming changes into the current branch
将传入的更改合并到当前分支中(常用)
(二)Rebase the current branch on top of the incoming changes
在传入更改的基础上重新建立当前分支
Idea中Git的使用和两种类型的冲突解决。