rain city digest predicts what I’ll want to do in a few days — my first git server activity.
The Git Server: Next was to create a —bare copy and transfer it to my git server at slicehost. First the clone.
git clone —bare ~/work/adobe adobe.git
touch adobe.git/git-daemon-export-ok
scp -r adobe.git dpw@raincity.slice.com:
Then on the server, simply move this to the git directory and fix the permissions.
cd /public/git/
sudo mv ~/adobe.git .
sudo chown -R git:git adobe.git
effective date: 2008-06-28
formerly at: http://www.triopticon.com/Members/kewball/posts/git-on-the-server