How can I sync Bitbucket branch with openshift:master
?
I develop on my local desktop and I push my work into a branch named bitbucket:uat
. Each time I push on bitbucket:uat
I need after to run :
git push openshift uat:master
Is there a way to automatically push into openshift:master
at the same time I push into bitbucket:uat
?
(I use Openshift v2)