how to remove remote origin from git repo
git remote remove origin
how to remove remote origin from git repo
git remote remove origin
git remove remote
$ git remote -v
# View current remotes
> origin https://github.com/OWNER/REPOSITORY.git (fetch)
> origin https://github.com/OWNER/REPOSITORY.git (push)
> destination https://github.com/FORKER/REPOSITORY.git (fetch)
> destination https://github.com/FORKER/REPOSITORY.git (push)
$ git remote rm destination
# Remove remote
$ git remote -v
# Verify it's gone
> origin https://github.com/OWNER/REPOSITORY.git (fetch)
> origin https://github.com/OWNER/REPOSITORY.git (push)
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
remove remote origin git
git remote add origin yourRemoteUrl
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