|
|
|
|
|
by SAI_Peregrinus
2292 days ago
|
|
I work on an embedded device. Our tests include power analysis testing in LTE/GPS simulators of all the sleep/wake states. Total testing of a release takes about two weeks. Trying to keep master consistent without git-flow means we get PRs sitting around for a month and merge-conflict hell days when we merge everything to make a build to send to QA. Git-flow is bad if you have CD. Git-flow is great if you can't do that. |
|
You still should merge often to develop, which when tested becomes master.