Adobe Cloud Git - Customer Git
Hi All,
Is it okay to creat a branch in the Cloud Git and subsequently merge that branch into the Client Git? If this is feasible, what steps are required to achieve this?
Hi All,
Is it okay to creat a branch in the Cloud Git and subsequently merge that branch into the Client Git? If this is feasible, what steps are required to achieve this?
Recommended practise is to create any new branch in client git first and then push it to Cloud git. You can use Jenkin job to sync code between repos- [0]. You can do it reverse as well but that is not a good practise since client git should be first source of truth and active place of development. For code synching between repos, you can explore webhooks/ mirroring features as well -[1].
[0]- https://aem6solutions.blogspot.com/2022/07/jenkins-git-cvs-syncing-pushing-branch.html
[1]- https://jsramblings.com/automatically-sync-gitlab-mirrored-repository-on-every-push-to-github/
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.