diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-17 14:22:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-17 14:22:25 -0400 |
commit | 9c0930a2b2d7b7471a7b154ac4c892ef05687521 (patch) | |
tree | 8a909aa12bb07c1cf264a4d7c486c909aeb53884 | |
parent | 1b76324034ce5770a6c5ccf2de5c08e81673032f (diff) |
layout
-rw-r--r-- | doc/tips/using_gitolite_with_git-annex.mdwn | 4 |
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... |