摘要: 本地分支推送至远程 git checkout local_branch git push origin local_branch:remote_branch 一、查看远程分支 使用如下Git命令查看所有远程分支: git branch -r 列出本地分支: git branch 删除本地分支: gi 阅读全文
posted @ 2018-05-23 12:03 明明一颗大白菜 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: 1.创建本地分支 git branch 分支名,例如:git branch 2.0.1.20120806 注:2.0.1.20120806是分支名称,可以随便定义。 2.切换本地分支 git checkout 分支名,例如从master切换到分支:git checkout 2.0.1.2012080 阅读全文
posted @ 2018-05-23 11:36 明明一颗大白菜 阅读(133257) 评论(0) 推荐(3) 编辑
<-- -->