From 35ac8e865c2e4acf51677047f94bacdf300cf786 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 3 Oct 2007 18:40:57 +0000 Subject: [PATCH] updates --- doc/setup/discussion.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.44.0