mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
31 lines
697 B
Groff
31 lines
697 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-SECRET\-REMOVE" "1" "February 2016" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-secret\-remove\fR \- removes files from index\.
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
|
|
git secret remove [\-c] <pathspec\.\.>
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
\fBgit\-secret\-remove\fR deletes files from \fB\.gitsecret/paths/mapping\.cfg\fR, so they won\'t be encrypted or decrypted in the future\. There\'s also an option to delete existing encrypted versions of the files provided\.
|
|
.
|
|
.SH "OPTIONS"
|
|
.
|
|
.nf
|
|
|
|
\-c \- deletes existing real encrypted files\.
|
|
\-h \- shows help\.
|
|
.
|
|
.fi
|
|
.
|
|
.SH "SEE ALSO"
|
|
git\-secret\-add(1), git\-secret\-reveal(1), git\-secret\-hide(1)
|