command to remove remote origin git code example
Example 1: how to remove remote origin from git repo
git remote remove origin
Example 2: 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
Example 3: remove a remote origin git
git remote remove origin
Example 4: how to deltyer remote origin
git remote rm origin