#if-you-have-repo git remote add origin "RepoURL" #replace-with-your-URL git branch -M main #or-your-branch git push -u origin main #your-branch