Answers for "github remote origin already exists."

6

fatal: remote origin already exists.

git remote set-url origin https://github.com/your/repository
Posted by: Guest on May-03-2020
0

how do I push a repo that says allready exists

git push -u origin master --force
Posted by: Guest on July-06-2020

Code answers related to "github remote origin already exists."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language