Answers for "remove remote github origin"

6

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
Posted by: Guest on May-29-2020

Code answers related to "remove remote github origin"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language