How can I push a branch of my GitHub project repo to the Moovweb Cloud? -
i using github , have been pushing master branch of repo moovweb cloud. have started branching project.
how can push specific branch moovweb cloud?
thanks!
actually, need push new branch master. moovweb cloud doesn't compile other branches. it's not meant serve code hosting repository rather used testing , deployment.
so code be:
git push origin my_branch:master
this takes "my_branch" branch , pushes master. may need add "-f" force push on last build.
Comments
Post a Comment