merging changes from master into a published feature branch

六眼飞鱼酱① 提交于 2019-12-04 18:29:41
VonC
  1. Yes.

  2. yes, unless you rebase with the --preserve-merge option, those merge commit would still be there, but without any parent on master.

I tend to favor the first approach because:

  • it does enforce communication within the dev team
  • it avoids "back-merge" (from master to a feature branch)
  • it doesn't require those merge commit from master that you would want to keep during a final rebase.
  • it facilitates the final integration of that feature branch into master
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!