Github Git完全删除历史提交记录的方法

Github Git完全删除历史提交记录的方法

git reset --hard HEAD^ 

git push --force