标签:date 方法 hang 仓库 add tor files sage git push
说明:例如将代码提交到git仓库,将一些敏感信息提交,所以需要删除提交记录以彻底清除提交信息,以得到一个干净的仓库且代码不变
git checkout --orphan latest_branch
git add -A
git commit -am "commit message"
git branch -D master
git branch -m master
git push -f origin master
标签:date 方法 hang 仓库 add tor files sage git push
原文地址:https://www.cnblogs.com/weilantiankong/p/9155026.html