AEM as Cloud : Pushing code from GIT to Cloud Repo
Is it possible to remote push from Git repo to Cloud repo, if the branch names are not same.
Want to push from GIT to CLOUD repo
Git repo branch name :- develop
Cloud repo branch name :- uat
Tried using
git push https://git.cloudmanager.xxx.com/XXXX develop:uat
Error :-
(non-fast-forward)
error: failed to push some refs to 'https://git.cloudmanager.xxx.com/xxxx '
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes.

