how to remove remote origin from git repo
git remote remove originhow to remove remote origin from git repo
git remote remove originremove 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 originrm 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 mainCopyright © 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
