mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Docs: Fix a typo in man (#909)
This commit is contained in:
parent
cbeeb94d97
commit
009abaf893
BIN
man/man7/git-secret.7
generated
BIN
man/man7/git-secret.7
generated
Binary file not shown.
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user