git 常用命令

查看远程分支

git branch -a

查看本地分支

git branch

切换分支

git checkout branch_name

克隆(下载)代码到本地

git clone https://用户名:密码@e.coding.net/xxxx/xxx.git
-- 沉着,冷静,bug总会解决,未来道路很光明。
原文地址:https://www.cnblogs.com/dadadajiong/p/14172498.html