summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar gernot <gernot@web>2013-12-23 03:11:52 +0000
committerGravatar admin <admin@branchable.com>2013-12-23 03:11:52 +0000
commit1bdeec045ce9ffee796356405bef2f388bb3d937 (patch)
tree5b9a9dd6f3d01beebfcd6c8404fb01993568ab36 /doc
parent00014606356a2ae0cf90f97026703cb0c2118cdc (diff)
Fix a git command
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn b/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn
index 5934747f0..2b038b2ca 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