cscott$ cd ~/public_html/Projects/git cscott$ cp -ar .git SDR # .git directory was created by git-init on laptop cscott$ chmod +x SDR/hooks/post-update laptop$ git-remote add --mirror public git+ssh://cscott.net/home/cananian/public_html/Projects/git/SDR laptop$ git-push public See: http://www.gnome.org/~federico/misc/git-cheat-sheet.txt http://www.kernel.org/pub/software/scm/git/docs/hooks.html