how to remove remote origin from git repo
git remote remove origin
how to remove remote origin from git repo
git remote remove origin
remove remote git
# The example will remove the github remote.
# Note that the command will not delete the repository,
# just the local reference.
git remote rm origin
how to remove remote origin from git repo
git remote set-url origin git://new.url.here
rm remote git
git remote add origin https://github.com/dk9071091/avnikreactjs.git
git branch -M main
git push -u origin main
rm remote git
echo "# avnikreactjs" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/dk9071091/avnikreactjs.git
git push -u origin main
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us