I am new to Git and trying to bridge between BitBucket and PhoneGapBuild. I think the way to do this is checkout from BitBucket then push to PhoneGapBuild. The problem is I have not been able to get that to work.
What is a good way to create a one-way push from one git to another?
I don’t think you can directly push between BitBucket and PhoneGapBuild private Git repo.
I would still recommend:
git remote add PhoneGapBuildgit push PhoneGapBuild master