remove remote refs git code example
Example: 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
# The example will remove the github remote.
# Note that the command will not delete the repository,
# just the local reference.
git remote rm origin