一、从git仓库上拉代码

git clone yourGitHttpUrl

二、查看近程仓库地址

git remote -v

三、创立分支和切换分支

git checkout branchName