rm -rf .git
git init
git add .
git commit -m "Initial commit"
git remote add origin <your-assembla-git-url>
git push -u --force origin master
Más info aquí:
http://stackoverflow.com/questions/16592498/how-to-delete-reset-a-remote-master-git-repo-git-noob