Production and Test Server using Git

Posted by Mike Silvis on Stack Overflow See other posts from Stack Overflow or by Mike Silvis
Published on 2010-05-05T13:09:33Z Indexed on 2010/05/05 15:28 UTC
Read the original article Hit count: 281

I am running a PHP - MySQL website, and have set up a remote repository on my own server using Git.

I now want a way to be able to have a production and a test server, and some how be able to push my changes from dev to production easily. and seamlessly.

© Stack Overflow or respective owner

Related posts about git

Related posts about production-environment