Answers for "replace origin git url"

92

git update remote origin

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

git modify repository remote url

git remote set-url <alias> <url>
Posted by: Guest on March-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language