Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by help.github.com #
 
PREVIOUS NEXT
Tagged: #remove #remote #git
ADD COMMENT
Topic
Name
8+9 =