2010年7月31日
摘要: reset是指将当前head的内容重置,不会留任何痕迹。Sets the current head to the specified commit and optionally resets the index and working tree to match.git reset --hard HEAD~3会将最新的3次提交全部重置,就像没有提交过一样。根据--soft --mixed --ha... 阅读全文
posted @ 2010-07-31 10:55 lbsx 阅读(1272) 评论(0) 推荐(0)