diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-17 14:23:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-17 14:23:27 -0400 |
commit | 5df717de437aa89da7be7a1b3030e1a39c69f87b (patch) | |
tree | b64fd959e7dbcca1fec968161f4bf912a711c5dc /doc | |
parent | 9c0930a2b2d7b7471a7b154ac4c892ef05687521 (diff) |
layout
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/using_gitolite_with_git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex.mdwn b/doc/tips/using_gitolite_with_git-annex.mdwn index 90bc0195f..a51d6539b 100644 --- a/doc/tips/using_gitolite_with_git-annex.mdwn +++ b/doc/tips/using_gitolite_with_git-annex.mdwn @@ -47,7 +47,7 @@ ssh remote normally would be used. For example: Cloning into testing... Receiving objects: 100% (18/18), done. # cd testing -# >git annex init +# git annex init init ok # cp /etc/passwd my-cool-big-file # git annex add my-cool-big-file |