Change Git Repository for pull code -
I have a repository, call I have two questions, regarding this: thanks If there is no "physical" relationship between the two repositories on abc / myprject.git . I have a repository on one server from where I pull my code. Now I have closed this report, named it as
chirag / myproject git .
chirag / myproject.git repo instead of the original , Then how do I change it from the
abc / myproject.git to the FORCADE on the server
Chirag / MyProject GIT ?
abc / mypro.get , then the cause will be
chirag / myproject git
git remote set-url to change the URL of (if you have not changed anything, the name of the remote repository
original .)
git remote set-url original git: //someserver/chirag/myproject.git
abc / myproject.git and if you delete any of the first
chirag / myproject.git Will not run in. Git is a distributed version control system that produces complete, independent repository on cloning. "With physical" relationship "I mean something like softlinks, when both repositories remain on the same file system or something similar.
Comments
Post a Comment