Git - Moving Pushed Commits to a Different Branch

后端 未结 2 407
北恋
北恋 2020-12-23 13:34

My boss decided recently to try out an outsourcing group \"for increased capacity\" as we modify an existing application to add new features. Despite my concern that the gro

2条回答
  •  自闭症患者
    2020-12-23 14:18

    Have them make a branch off of each bit of work from the same starting point for each ticket they work on. Have them merge the work to a RC branch. You can merge your work to the RC branch. This will allow you to test often. See the workflow we have here:

    https://plus.google.com/109096274754593704906/posts/R4qkeyRadLR

    Let me know if you have any questions about it. It works well for us.

提交回复
热议问题