摘要: (1)git branch 查看本地分支(2)git branch -a 查看远程分支(3)git checkout branchname 切换分支 (4)git add yourfile (5)git commit -a -m "描述" 提交你当前开发到暂存区,可以理解为你本... 阅读全文
posted @ 2015-01-09 10:06 薛定谔的猫_ 阅读(357) 评论(0) 推荐(0) 编辑