摘要: git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释 git remote add origin git@ 阅读全文
posted @ 2016-05-18 10:44 taoquns 阅读(205) 评论(0) 推荐(0)