summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/using_gitolite_with_git-annex.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex.mdwn b/doc/tips/using_gitolite_with_git-annex.mdwn
index 745bdf450..90bc0195f 100644
--- a/doc/tips/using_gitolite_with_git-annex.mdwn
+++ b/doc/tips/using_gitolite_with_git-annex.mdwn
@@ -19,7 +19,7 @@ on Debian with apt-get, but the changes described can be made to any
gitolite installation, just with different paths.
Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so.
-
+
<pre>
echo '$GL_ADC_PATH = "/usr/local/lib/gitolite/adc/;' >>~gitolite/.gitolite.rc
</pre>
@@ -41,7 +41,7 @@ chmod +x git-annex-shell
Now all gitolite repositories can be used with git-annex just as any
ssh remote normally would be used. For example:
-
+
<pre>
# git clone gitolite@localhost:testing
Cloning into testing...