From: joey Date: Wed, 3 Oct 2007 18:40:57 +0000 (+0000) Subject: updates X-Git-Tag: 2.10~84 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/35ac8e865c2e4acf51677047f94bacdf300cf786?hp=529c2da4c322c579682245cdccdcaafc3fd0b2d7 updates --- diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index e1617aac6..16e88601e 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -38,15 +38,16 @@ Curious as to why support for CVS is not built in. --[[Luther]] On the git setup instuctions, I wonder if this wouldn't work as well and be simpler? --[[Joey]] + REPOSITORY=~/wiki.git mkdir $REPOSITORY cd $REPOSITORY git --bare init --shared mv $SRCDIR $SRCDIR.old - git clone -l -s $REPOSITORY $SRCDIR + git clone $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 + git push