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