Answers for "git remote -v remove"

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
-1

delete local and remote branch github

git branch -d branch_namegit branch -D branch_name
Posted by: Guest on May-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language