# donk - create repo dir mkdir /var/git/project cd /var/git/project git --bare init vi description #describe the project # local box cd /your/project git init git remote add origin ssh://personaltelco.net/var/git/<project> git add . git commit -m "comment on this commit" # check git branch -a # gitweb on donk - if needed (in /var/git/$project) sudo ln -s $PWD /var/cache/git/project all done.. git push origin master