aboutsummaryrefslogtreecommitdiff
path: root/doc/setup.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-10 13:48:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-10 13:48:20 +0000
commita065157855c8659f006c903b90372f5eec2b78e3 (patch)
treee48b2eec6d87c445231c516afc857c4f42c5ce39 /doc/setup.mdwn
parent173109f2bf68084b0d6477919915cea7c1be9a2a (diff)
downloadikiwiki-a065157855c8659f006c903b90372f5eec2b78e3.tar
ikiwiki-a065157855c8659f006c903b90372f5eec2b78e3.tar.gz
web commit by RecaiOktas: Suggest local git clones for space and time efficiency.
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r--doc/setup.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn
index c6a8f297e..6da466b90 100644
--- a/doc/setup.mdwn
+++ b/doc/setup.mdwn
@@ -18,6 +18,9 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]],
cp /usr/share/ikiwiki/basewiki/index.mdwn .
git add .
git commit -m create -a
+ # No need to keep files in the master repository; so at this
+ # stage, you may want to remove all files (except .git) to
+ # save disk space.
# TLA
mkdir /tla
@@ -35,7 +38,9 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]],
svn co file:///svn/wikirepo/trunk ~/wikiwc
# Git
- git clone /git/wikirepo ~/wikiwc
+ # Create a local clone to save disk space and also to
+ # optimize performance. See git-clone(1).
+ git clone -l -s /git/wikirepo ~/wikiwc
# TLA
mkdir ~/wikiwc