Answers for "git command change repository url"

0

git push url change

git remote set-url origin /original/repo
git remote set-url --push origin /your/fork
Posted by: Guest on June-04-2021

Code answers related to "git command change repository url"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language