remove remote from add code example
Example 1: delete remote add from local
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