Reverting a git merge commit, then reverting the revert

前端 未结 3 1103
悲哀的现实
悲哀的现实 2021-01-02 10:26

Our team uses Github Pull Requests to manage our workflow, much like what is described here. Upon manually reviewing the accepted Pull Request, we occasionally need to reve

3条回答
  •  死守一世寂寞
    2021-01-02 11:10

    If you get a branch-per-feature regiment going, you can rebuild a release candidate with what features you like. You will not need to "revert a merge":

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

    Please see the comments as well for additional insight. It works really well for us.

提交回复
热议问题