查看远程分支
git branch -a
查看本地分支
git branch
切换分支
git checkout branch_name
克隆(下载)代码到本地
git clone https://用户名:密码@e.coding.net/xxxx/xxx.git
查看远程分支
git branch -a
查看本地分支
git branch
切换分支
git checkout branch_name
克隆(下载)代码到本地
git clone https://用户名:密码@e.coding.net/xxxx/xxx.git