摘要: "Git常规配置与基本用法" 1. 查看本地分支:git branch 2. 查看远程分支:git branch r 3. 查看所有分支:git branch a 4. 切换分支:git checkout 5. 创建且切换分支:git checkout b 6. 删除本地分支:git branch 阅读全文
posted @ 2019-09-16 22:50 火鸦哈士奇 阅读(133) 评论(0) 推荐(0)