摘要: 1. 将gitlab上的代码下载到本地: git bash here git init git clone url 2. 查看分支 - 查看本地分支 git branch - 查看所有分支(前面带remotes的表示远程分支) git branch -a 3. 创建分支 git branch xxx 阅读全文
posted @ 2021-06-21 16:50 二森 阅读(38) 评论(0) 推荐(0)