一个强迫症的Git 选择
摘要:
选择 1,经常性的commit or 干净的历史 在本地(私有)的开发分支中,选择经常性的commit,以便于实时记录修改,回退等操作。eg.develop,feature... 实现方式: commit 在发布(公共)的分支中,选择干净的历史。eg.master,release... 实现方式:( 阅读全文
posted @ 2017-01-17 16:48 the_owl 阅读(177) 评论(0) 推荐(0) 编辑