rm -rf .git git init git remote add origin url git add . git commit -m "initial commit" git branch -M main git push -uf origin main