git remote update autorizagion code example
Example: git remote
git remote add origin https://github.com/xxx/xxx-new.git
git branch -M main
git push -u origin main
git remote add origin https://github.com/xxx/xxx-new.git
git branch -M main
git push -u origin main