diff --git a/man/man7/git-secret.7 b/man/man7/git-secret.7 index 1758b060..0cd6405b 100644 Binary files a/man/man7/git-secret.7 and b/man/man7/git-secret.7 differ diff --git a/man/man7/git-secret.7.md b/man/man7/git-secret.7.md index fdc38094..45ae5cbf 100644 --- a/man/man7/git-secret.7.md +++ b/man/man7/git-secret.7.md @@ -26,7 +26,7 @@ This also means that of all the files in `.gitsecret/`, only the `random_seed` f 4. Now it's time to add files you wish to encrypt inside the `git-secret` repository. This can be done by running `git secret add ` command, which will also (as of 0.2.6) -add entries to `.gitignore`, stopping those files from being be added or committed to the repo unencrypted. +add entries to `.gitignore`, stopping those files from being added or committed to the repo unencrypted. 5. Then run `git secret hide` to encrypt the files you added with `git secret add`. The files will be encrypted with the public keys in your git-secret repo's keyring,