both are Same (Set new origin)
git remote set-url origin https://github.com/123123.git
git branch -M main
git push -u origin main
-----------------
git remote rm origin
git remote add origin https://github.com/123123.git
git branch -M main
git push -u origin main
------------------
after git push
git tag v1.0.1
git checkout v1.0.1
firebase login:use <email>
No comments:
Post a Comment