Add existing locally hosted git repo to GitHub by running the following commands:
git remote add origin https://github.com/{some-user}/{some-repo}.git git branch -M main git push -u origin main