diff --git a/man/man7/git-secret.7 b/man/man7/git-secret.7 index 1758b060..0cd6405b 100644 --- a/man/man7/git-secret.7 +++ b/man/man7/git-secret.7 @@ -27,7 +27,7 @@ Initialize the \fBgit\-secret\fR repository by running \fBgit secret init\fR\. T Add the first user to the \fBgit\-secret\fR repo keyring by running \fBgit secret tell your@email\.id\fR\. . .IP "2." 4 -Now it\'s time to add files you wish to encrypt inside the \fBgit\-secret\fR repository\. This can be done by running \fBgit secret add \fR command, which will also (as of 0\.2\.6) add entries to \fB\.gitignore\fR, stopping those files from being be added or committed to the repo unencrypted\. +Now it\'s time to add files you wish to encrypt inside the \fBgit\-secret\fR repository\. This can be done by running \fBgit secret add \fR command, which will also (as of 0\.2\.6) add entries to \fB\.gitignore\fR, stopping those files from being added or committed to the repo unencrypted\. . .IP "3." 4 Then run \fBgit secret hide\fR to encrypt the files you added with \fBgit secret add\fR\. The files will be encrypted with the public keys in your git\-secret repo\'s keyring, each corresponding to a user\'s email that you used with \fBtell\fR\. 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,