Now the git repository on the server has got all the content. Then, you need connect to the server via ssh to checkout the master branch. You just process it once and don't need to do it any more.
git checkout master
OK, you just type git push to deploy the latest version of the site later.
Enjoy it!