I am using GitHub and have been pushing the master branch of my repo to the Moovweb Cloud. I have started branching my project.
How can I push a specific branch to the Moovweb Cloud?
Thanks!
Actually, you need to push the new branch to master. The Moovweb Cloud doesn't compile other branches. It's not meant to serve as a code hosting repository but rather to be used for testing and deployment.
So the code would be:
git push origin my_branch:master
This takes your "my_branch" branch and pushes it to master. You may need to add a "-f" to force push it over the last build.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With