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