GIT: Neues Repo am Privy anlegen:
am Privy:
/var/www/git.privy.de/htdocs/projects# git init –bare [Reponame].git
git update-server-info
chown
Lokal:
git init
git add
git commit
git git remote add origin
http://git.privy.de/projects/[Reponame].git
git push origin master