摘要: git branch -a 查看所有分支 git branch 分支名 新建本地分支 git checkout 分支名 切换分支 git checkout -b 分支名 切换并新建本地分支 git pull origin 远程分支名:本地分支名 拉取远程分支与本地分支合并 git push orig 阅读全文
posted @ 2019-06-27 14:42 催晚 阅读(789) 评论(0) 推荐(0) 编辑