Go on the production serveur, then create two folders:
- one for the git repo that will receive updates and deploy it automatically, for example:
/home/user/git/livesite.git/
- one that will be the live site folder and contain all the website files, say
/home/user/www/livesite/
Go to the git repo folder
$ cd /home/user/git/livesite.git/