summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-19 20:10:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-19 20:10:45 -0400
commitbbac7178e8798751d0c2a2b8ee2f4f119aaece6c (patch)
treed26e1285fe2b5aeb09fbe6dd862624a4f734fad3
parentcdfea4debc86d49fb4003fc4b27e76d056d318fa (diff)
on bare
-rw-r--r--doc/walkthrough.mdwn9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn
index 056361e13..24c3d7136 100644
--- a/doc/walkthrough.mdwn
+++ b/doc/walkthrough.mdwn
@@ -21,11 +21,16 @@ example.
# cd ~/annex
# git remote add usbdrive /media/usb
-There was nothing git-annex specific about that, except telling it the name
+This is all standard ad-hoc distributed git repository setup. Or you
+could have added a centralized bare repository on a server if you prefer
+doing things that way.
+
+Anyway, the only git-annex specific part is telling it the name
of the new repository created on the USB drive.
Notice that both repos are set up as remotes of the other one. This lets
-either get annexed files from the other.
+either get annexed files from the other. You'll want to do that even
+if you are using a centralized bare repository.
## adding files