Answers for "how to change remote origin git with git bash"

69

how to change git remote origin

git remote set-url origin new.git.url/here
Posted by: Guest on March-29-2020
17

change remote repository git

git remote set-url origin [email protected]:/your-repository.git
Posted by: Guest on March-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language