rm -rf .git
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin [email protected]:<user>/<repo>.git
git push -u --force origin main
rm -rf .git
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin [email protected]:<user>/<repo>.git
git push -u --force origin main