- Reset repository
rm -rf .git && git init && git add . && git commit -m "Initial commit." && git remote add origin [email protected]/my-repo.git && git push -u --force origin master
rm -rf .git && git init && git add . && git commit -m "Initial commit." && git remote add origin [email protected]/my-repo.git && git push -u --force origin master