// Navigate to the root of your project
git init
git remote add origin <remote-url>
git remote -v
git branch -M main
git push -u origin main
git push --set-upstream origin main