Git: How do I rebase Branch Feature back onto Branch Develop minus Branch MyLocalChanges

女生的网名这么多〃 提交于 2019-12-06 15:59:32

Since it is not trivial to merge a commit "minus some changes", it is best to:

  • only version template files, filled with default values valid the team
  • have private files with your own value
  • version a script able to generate the actual config files, with the right values: those generated files would also be private (that way, no issue when merging)

See an example of such a content filter driver here.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!