graph TD %% Blocks A[Branch # 1]; B[Branch # ...]; C[Branch # N]; D[Develop]; E[Production]; T{Code Review}; %% Relationas A-->T; B-->T; C-->T; T-- SUCCEED -->D; D-->E;