I have my development machine where I develop the code, my server machine where I host it and my central git repo machine.
From my development machine, how can I push and get both the central repo and the server machine updated automatically?
Should I push to server and have a server post action to push to server and if so, how do I do this?