git init git add . git commit -m "first commit" git branch -M main git remote add origin https://.............................. git push -u origin main sudo git init sudo git remote add origin https://github.com/alexbeebee/djangobackend.git sudo git fetch sudo git checkout -t origin/main