aboutsummaryrefslogtreecommitdiff
path: root/doc/setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-03 18:40:57 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-03 18:40:57 +0000
commit35ac8e865c2e4acf51677047f94bacdf300cf786 (patch)
tree55b959ee9dc78e5afd08bc5eb94e560628100ebb /doc/setup
parent529c2da4c322c579682245cdccdcaafc3fd0b2d7 (diff)
downloadikiwiki-35ac8e865c2e4acf51677047f94bacdf300cf786.tar
ikiwiki-35ac8e865c2e4acf51677047f94bacdf300cf786.tar.gz
updates
Diffstat (limited to 'doc/setup')
-rw-r--r--doc/setup/discussion.mdwn5
1 files 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