What is the MAIN risk of having a long-running feature branch that is isolated from the main branch for weeks?
-
A
It prevents automated testing
-
B
It creates large, complex merges and integration conflicts
-
C
It blocks the CI server
-
D
It exposes secrets in version control