Docs: Fix a typo in man (#909)

This commit is contained in:
Emran BatmanGhelich 2022-07-23 14:02:33 +04:30 committed by GitHub
parent cbeeb94d97
commit 009abaf893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

BIN
man/man7/git-secret.7 generated

Binary file not shown.

View File

@ -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 <filenames...>` 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,