Parallel development in Siebel Workspaces 19.3 and above
Hello ,
We are using our Main Branch to be exact replica of Production.
So in every release we create a int WS1 for that release and Devs work on it and after completing that release we push that Int WS1 to Main Branch.
Now, We have another team who wants to work in parallel without impacting int WS1. So we decided to create another int WS2 within int WS1 to get the latest copy of intWS1 and work on it.
But later when int WS1 will be pushed to Main after release 1. How can we push int WS 2 to Main. ? Can we merge it to Main or we have to do it manually ?