git push -f origin master
git add -A git commit -am "the first commit"
git branch -D master
git checkout --orphan temp_branch
git branch -m master