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