diff options
-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 92048c442..0d89a255b 100644 --- a/doc/tips/using_gitolite_with_git-annex.mdwn +++ b/doc/tips/using_gitolite_with_git-annex.mdwn @@ -86,4 +86,4 @@ git-annex-shell: First run: git-annex init Command ssh ["git@git.example.com","git-annex-shell 'configlist' '/~/myrepo.git'"] failed; exit code 1 </pre> -because I forgot to "git pull --all" after adding the new gitolite remote. +because I forgot to "git push --all" after adding the new gitolite remote. |