Try:
git clone git@bitbucket.org:project/project.git -b develop_one --single-branch
For already cloned repos use:
git fetch
git checkout develop_one
# Or more specific:
git checkout --track -b develop_one
This will track the develop_one branch from the remote.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…