Retirer l'histoire de la branche Git
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