diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-11 13:22:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-11 13:22:08 -0400 |
commit | 8248e2100784fb4e926077ccc361063ab51e5b73 (patch) | |
tree | bca8ce167d56f1087114646df4944ad88a5e18b2 | |
parent | c966889e954b2c1e35f30c2f8740c60f0d9ed5e2 (diff) |
update, including url to gcrypt
-rw-r--r-- | doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn | 6 |
1 files changed, 5 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 5559acfae..c94a8b053 100644 --- a/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn +++ b/doc/tips/fully_encrypted_git_repositories_with_gcrypt.mdwn @@ -8,10 +8,14 @@ Here are some ways you can use this awesome stuff.. [[!toc ]] +This page will show how to set it up at the command line, but the git-annex +[[assistant]] can also be used to help you set up encrypted git +repositories. + ## prerequisites * Install -[git-remote-gcrypt](https://github.com/blake2-ppc/git-remote-gcrypt/) +[git-remote-gcrypt](https://github.com/joeyh/git-remote-gcrypt/) * Install git-annex version 4.20130909 or newer. ## encrypted backup drive |