rm -rf .gitgit init
git add .
git commit -m "Initial commit"
git branch -M maingit remote add origin git@github.com:<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 git@github.com:<user>/<repo>.git
git push -u --force origin main