In gitolite I've set up a new repository on the server and able to clone it from my machine. As it's a web project I need the latest working copy at /var/www/my-project, so every push made by a developer will update the files there. How can I achieve that?
thanks