git 创建远程分支和删除 master 分支
摘要:
.....最近需要将不同的客户的代码分开管理,所以需要为这些代码分别创建分支。目前版本库中分支结构如下:[yuhuashi@local:Project]$ git branch -a* master remotes/origin/HEAD -> origin/master remotes/ori... 阅读全文
posted @ 2015-12-25 14:47 0xCAFEBABE 阅读(10932) 评论(0) 推荐(0) 编辑