摘要: How to use git: 1.commit 当发生logical change的时候,无论是修改还是添加新代码 2.git log 查看该repo内的commit git log --stat 给出数据统计 xx changed...... 3.git diff commitB commitA 阅读全文
posted @ 2016-01-26 21:36 gavinXing 阅读(94) 评论(0) 推荐(0)