摘要: git branch xxx 新建分支xxxgit branch -a 查看所有分支(包括远程)git remote add origin http://xxx.git 在本地添加一个远程仓库,后续可以接着输入gitpushoriginmaster,将本地分支推送到远程git branch --se... 阅读全文
posted @ 2015-07-12 15:44 sky0014 阅读(171) 评论(0) 推荐(0) 编辑