git init git add . git commit -m "feat: initial commit" git branch -M main git remote add origin https://github.com/SEU_USUARIO/health-insurance-platform.git git push -u origin main
git init
git add .
git commit -m "feat: initial commit"
git branch -M main
git remote add origin https://github.com/SEU_USUARIO/health-insurance-platform.git
git push -u origin main