摘要: 说明:例如将代码提交到git仓库,将一些敏感信息提交,所以需要删除提交记录以彻底清除提交信息,以得到一个干净的仓库且代码不变 1.Checkout git checkout --orphan latest_branch 2. Add all the files git add -A 3. Commi 阅读全文
posted @ 2019-06-26 18:24 刘金宇 阅读(572) 评论(0) 推荐(0) 编辑