摘要: 查看远程分支 git branch -a 查看本地分支 git branch 切换分支 git checkout branch_name 克隆(下载)代码到本地 git clone https://用户名:密码@e.coding.net/xxxx/xxx.git 阅读全文
posted @ 2020-12-22 13:45 风中有朵云做的鱼 阅读(38) 评论(0) 推荐(0) 编辑