pull/251/head
joshr 6 years ago
parent 0696a7621b
commit 9e7bc916a6

@ -15,7 +15,7 @@ git secret add [\-i] <pathspec>\.\.\.
.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\.

@ -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.

Loading…
Cancel
Save