-
-----
-
-On the git setup instuctions, I wonder if this wouldn't work as well and be
-simpler? --[[Joey]]
-
- mkdir $REPOSITORY
- cd $REPOSITORY
- git --bare init --shared
- mv $SRCDIR $SRCDIR.old
- git clone -l -s $REPOSITORY $SRCDIR
- cd $SRCDIR
- echo /.ikiwiki > .gitignore
- mv $SRCDIR.old/* $SRCDIR.old/.* .
- rmdir $SRDDIR.old
- git add .
- git commit -m "initial commit"
- git push $REPOSITORY master