I am pulling my code to Phonegap Build from Bitbucket using this :
https://myID:mypassd@bitbucket.org/boardlinedevs/boardline.git but, altough I have done the following on my local machine
git checkout featureBranch1
Phonegap Build is sill pulling code from the branch master
which means that bitbucket hasn't checkout the right branch.
How to chekcout to another branch in Bitbucket ?