Scenario: I just had a go-live for SAP ui5 application. Now during the hyper care week, I don’t want to commit any changes of the upcoming sprint else will need to back them if urgent change needs to be pushed to prod.
There are multiple developers who will be working during next sprint and my challenge is- how to pull/push our changes in upcoming spring from all the developers without affecting the original application.
Also as we want testers to do some regression testing how to give them this application with new changes? For example, app A has all the changes that went to prod, now if tester wants to test the new changes, do we make a new temp app and deploy to it?
And lastly, once out of hyper care how to merge both the repositories. I know there are blogs on git web ide for the same, but either I did not read the correct blog or I need help with an example. I understand this is exactly the reason why we use GIT, but I think I have never been in this situation before.