git remote add origin <REPO_URL> git add . git commit -m "<message>" git brach main git checkout main git push origin main