How Can I Point My Local Testing Server at My GitHub Repository?

Posted by Goober on Server Fault See other posts from Server Fault or by Goober
Published on 2009-09-03T08:47:05Z Indexed on 2010/04/25 4:03 UTC
Read the original article Hit count: 387

Filed under:
|
|

Up until a few days ago, I had a particular setup that was as follows. Using SVN, all of the websites that I developed were committed to a source control drop box on a local testing server. Then using IIS, a new website was set up to point at the last revision of each particular website I developed and display it to the outside world using a specific URL.

I have just moved over to using git and github, meaning all of my source controlled code is now no longer stored on a local testing server. As a result of this, I am not sure how I can go about doing a similar thing to what I did with the SVN setup, however I need to be able to essentially have that same setup again, just using Git.

So basically, how can I go about getting my local testing server to point at the GitHub repository for that site?

Help greatly appreciated.

© Server Fault or respective owner

Related posts about git

Related posts about github