Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian b6d11f7b4e Simplify structure 2015-10-30 14:25:18 +01:00
1 changed files with 2 additions and 5 deletions

View File

@ -13,22 +13,19 @@ which served as a starting point.
# Installation # Installation
1. Before using GitCrypt the first time, register the filters: 1. **Before using GitCrypt the first time, register the filters:**
git config --global filter.gitcrypt.smudge .gitcrypt/dec git config --global filter.gitcrypt.smudge .gitcrypt/dec
git config --global filter.gitcrypt.clean .gitcrypt/enc git config --global filter.gitcrypt.clean .gitcrypt/enc
git config --global diff.gitcrypt.textconv .gitcrypt/diff git config --global diff.gitcrypt.textconv .gitcrypt/diff
**If this step is omitted, files get added unencrypted silently.** If this step is omitted, files get added unencrypted silently.
However, it is not needed, if GitCrypt has been used before. However, it is not needed, if GitCrypt has been used before.
2. Imagine a repository password. 2. Imagine a repository password.
It is either expected in the environment variable `$GITCRYPT_PASS`, It is either expected in the environment variable `$GITCRYPT_PASS`,
or in the file `.git/pass` (which is ignored by Git). or in the file `.git/pass` (which is ignored by Git).
**Hint:** You can enter the password safely by using the command:
`read -s GITCRYPT_PASS`
3. After that, generate a salt: 3. After that, generate a salt:
.gitcrypt/gensalt .gitcrypt/gensalt