diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-17 14:21:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-17 14:21:44 -0400 |
commit | 1b76324034ce5770a6c5ccf2de5c08e81673032f (patch) | |
tree | 4a6683d55df4719e4e9c8568536d74b9e4da4d77 /doc/tips/using_gitolite_with_git-annex.mdwn | |
parent | 9e3783f8fedfc54ee4fbf96c1c5e267650993b4d (diff) |
layout
Diffstat (limited to 'doc/tips/using_gitolite_with_git-annex.mdwn')
-rw-r--r-- | doc/tips/using_gitolite_with_git-annex.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex.mdwn b/doc/tips/using_gitolite_with_git-annex.mdwn index bf3d61434..745bdf450 100644 --- a/doc/tips/using_gitolite_with_git-annex.mdwn +++ b/doc/tips/using_gitolite_with_git-annex.mdwn @@ -18,20 +18,20 @@ And here's how to set it up. The examples are for gitolite as installed on Debian with apt-get, but the changes described can be made to any gitolite installation, just with different paths. -1. Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so. +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> -2. Make the ADC directory, and a "ua" subdirectory. +Make the ADC directory, and a "ua" subdirectory. <pre> mkdir -p /usr/local/lib/gitolite/adc/ua </pre> -3. Install the git-annex-shell ADC into the "ua" subdirectory and make it - executable. +Install the git-annex-shell ADC into the "ua" subdirectory and make it +executable. <pre> cd /usr/local/lib/gitolite/adc/ua/ @@ -39,8 +39,8 @@ wget https://raw.github.com/sitaramc/gitolite/pu/contrib/adc/git-annex-shell chmod +x git-annex-shell </pre> -4. Now all gitolite repositories can be used with git-annex just as any - ssh remote normally would be used. For example: +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 |