diff --git a/man/man1/git-secret-add.1 b/man/man1/git-secret-add.1 index 5b94ec6f..885e58dc 100644 --- a/man/man1/git-secret-add.1 +++ b/man/man1/git-secret-add.1 @@ -15,7 +15,7 @@ git secret add [\-i] \.\.\. .fi . .SH "DESCRIPTION" -\fBgit\-secret\-add\fR adds a filepath(es) into \fB\.gitsecret/paths/mapping\.cfg\fR\. +\fBgit\-secret\-add\fR adds a filepath(s) into \fB\.gitsecret/paths/mapping\.cfg\fR\. . .P When adding files to encrypt, ensure that they are ignored by \fBgit\fR by mentioning them in \.gitignore, since they must be secure and not be committed into the remote repository unencrypted\. diff --git a/man/man1/git-secret-add.1.ronn b/man/man1/git-secret-add.1.ronn index d13ec33a..6263e2a0 100644 --- a/man/man1/git-secret-add.1.ronn +++ b/man/man1/git-secret-add.1.ronn @@ -7,7 +7,7 @@ git-secret-add - starts to track added files. ## DESCRIPTION -`git-secret-add` adds a filepath(es) into `.gitsecret/paths/mapping.cfg`. +`git-secret-add` adds a filepath(s) into `.gitsecret/paths/mapping.cfg`. When adding files to encrypt, ensure that they are ignored by `git` by mentioning them in .gitignore, since they must be secure and not be committed into the remote repository unencrypted.