Hi, I want to know whether I can have one project link to two different server. Here is what I want to do. First I check out the project from official server. During the time, I will make a lot of intermediate changes before I finanlly commit them into the official server. Since not all the changes will be in the final release and a lot of testing code that should not be checked into the official server. I created another repository in another computer. I checked all code I got from official server to the new computer. During the work, I will check the changes to the second computer for testing and development. After everything works and cleanup the code, then I will check the code to the official server. I want to know how can I switch between the two servers during the development.
Thanks Frank