Digital Marketing

How to Remove a Git Remote

git remote rm <remote-name>

To verify that the remote was successfully removed, use the git remote command to list the remote connections:

git remote -v  

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database