Entfernen Sie die Geschichte von Git Branch
git push -f origin master
Concerned Chipmunk
git push -f origin master
git add -A
git commit -am "the first commit"
git branch -m master
git checkout --orphan temp_branch
git branch -D master