diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-10 03:56:37 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-10 03:56:37 +0200 |
commit | 558d10b73ede462ff82d21a99d7978652d7cbe1d (patch) | |
tree | f6439f80d4346eb9d8a6564c800fdd98c230b075 | |
parent | c94a0e2a0f37334591ba12e2fb0751d1bdfd787f (diff) |
Explain how to pull over http.
-rw-r--r-- | HowToContributeToThisWiki.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn index 949e35c0..92595df3 100644 --- a/HowToContributeToThisWiki.mdwn +++ b/HowToContributeToThisWiki.mdwn @@ -40,7 +40,13 @@ still get the pages the read-only way. $ git clone git://flubber.bddebian.com/wiki [dest] -For both cases: if you omit *[dest]* it will default to *wiki*. +If that also doesn't work out, you have another chance: pull over the http +protocol. Not very efficient (read: very inefficient), but it works. This is +also read-only. + + $ git clone http://www.bddebian.com/git/wiki [dest] + +For all cases: if you omit *[dest]* it will default to *wiki*. Later, you can just *cd* into the *wiki* directory and run a *git pull* to get hold of the latest changes others have installed. |