ssh:
git init git commit -m "first commit" git branch -M master git remote add origin git@github.com:user/xxx.git git push -u origin main