How do I set up git so that it will push to a local remote server? Say I run a vmware server in the other room. I have the IP and root access to the server in this case. I want to be able to push to it then have it deploy to the live production based off this push. IE I want a git remote of say "localdev" and "localpro" for dev and production. The "localpro" should be my folder I serve the webpages from.
This make any sense or am I just lost in my own little world of dreams?