Thursday, April 14, 2011

Reset Joyent Smartmachine Nodejs git repo


cd ~
rm -rf repo
mkdir repo
cd repo
git --bare init
cp /opt/nodejs/post-receive* hooks/
cd ~


Deleting the old repo, creating a new one and then copy the post-recieve hooks.

No comments:

Post a Comment