From afb776f6c5d4f152ef4a1376fa93efb616f98d37 Mon Sep 17 00:00:00 2001 From: gernot Date: Mon, 23 Dec 2013 03:11:52 +0000 Subject: [PATCH] Fix a git command --- doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn b/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn index 5934747f02..2b038b2ca9 100644 --- a/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn +++ b/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn @@ -124,4 +124,4 @@ of you can see it. git remote add sharedencrypted gcrypt::ssh://hostingsite/myrepo.git git config remote.sharedencrypted.gcryt-participants "$mykey $friendkey" - git config git push sharedencrypted master git-annex + git push sharedencrypted master git-annex