【发布时间】:2019-06-10 21:46:17
【问题描述】:
使用 CI/CD 方法,其中提到的原则之一,here:
Automate wherever possible
根据场景,可以通过两种方式进行合并:
1) 快进合并
2) 三路合并
考虑自动化合并冲突是否有意义?
【问题讨论】:
-
快进不是合并,不能有冲突。
-
@torek 同意。这是错字
标签: git continuous-integration git-merge merge-conflict-resolution continuous-delivery