通过orphan分支删除git所有历史

git checkout --orphan new
git commit -m "init"
git branch -d master
git branch -m new master
git push --set-upstream origin master -f

你可能感兴趣的:(通过orphan分支删除git所有历史)