aboutsummaryrefslogtreecommitdiff
path: root/doc/setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 22:18:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 22:18:08 +0000
commit814b53beb4e36575b12772a50b1586cf8e05f1e0 (patch)
tree8ac78ed4ce7564d7f7ca24d623be8d7a4738f9fa /doc/setup
parent792b9f325af84f326dfd7d7f6475bd04a08aa443 (diff)
downloadikiwiki-814b53beb4e36575b12772a50b1586cf8e05f1e0.tar
ikiwiki-814b53beb4e36575b12772a50b1586cf8e05f1e0.tar.gz
web commit by JoshTriplett: Should use bare Git repository.
Diffstat (limited to 'doc/setup')
-rw-r--r--doc/setup/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn
index b2c2e7e72..7b621ccec 100644
--- a/doc/setup/discussion.mdwn
+++ b/doc/setup/discussion.mdwn
@@ -8,3 +8,10 @@ they import. --Ethan
> although probably too much noise for the setup instructions.
> I've switched to a different method that preserves .ikiwiki, w/o checking
> it in. --[[Joey]]
+
+These instructions should probably show how to use a bare Git repository
+(`GIT_DIR=somewhere.git git-init-db`) rather than a repository with a full
+working copy. You can always clone the repository if you want your own local
+working copy. Furthermore, this allows you to make multiple commits to your
+working copy before pushing them to the repository and causing the wiki to
+update. --[[JoshTriplett]]