摘要: how to use git(3) git checkout -b <new_branch_name> 创建分支并切换到分支 git branch -d <branch_name>删除分支 git show <commit> 比较commit和它的parent commit git merge <b 阅读全文
posted @ 2016-01-28 21:22 gavinXing 阅读(118) 评论(0) 推荐(0)