git init git remote add origin <repo url> git commit -m "init" git branch -m main git push origin main