idea-git设置
问题:
idea点击 update project更新代码会自动生成一条提交记录
日志内容:Merge remote-tracking branch 'origin/develop' into develop
![](https://img.haomeiwen.com/i4833394/fac3e602315e220c.png)
解决方案:
![](https://img.haomeiwen.com/i4833394/4697bfbc6369f37d.png)
默认会选择 branch_Default
设置为Rebase即可解决
有的同学勾选了<mark> Do not show this dialog in the future</mark>,就不会弹出这个框,需要找回这个弹出框并修改设置
File -> Settings -> Version Control -> Confirmation
选择update
![](https://img.haomeiwen.com/i4833394/4acf93d421f80bf5.png)
网友评论