1
2
3
git checkout -b [name_of_your_new_branch]
git push -u ascend [name_of_your_new_branch]
No Need: git branch --set-upstream-to=origin/[name_of_your_new_branch] [name_of_your_new_branch]