mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
46 lines
1.4 KiB
Groff
46 lines
1.4 KiB
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-SECRET\-REMOVE" "1" "December 2023" "sobolevn" "git-secret 0.5.1-alpha1"
|
|
.
|
|
.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 \- stops files from being tracked by \fBgit\-secret\fR\.
|
|
.
|
|
.P
|
|
This deletes filenames from \fB\.gitsecret/paths/mapping\.cfg\fR, which stops these files from being tracked by \fBgit\-secret\fR, and from being encrypted to, or decrypted from, \fB\.secret\fR encrypted versions\.
|
|
.
|
|
.P
|
|
There\'s also a \-c option to delete existing encrypted versions of the files provided\.
|
|
.
|
|
.P
|
|
Note unlike \fBadd\fR, which automatically add pathnames to \fB\.gitignore\fR, \fBremove\fR does not delete pathnames from \fB\.gitignore\fR\.
|
|
.
|
|
.P
|
|
(See git\-secret(7) \fIhttps://git\-secret\.io/git\-secret\fR for information about renaming the \.gitsecret folder using the \fBSECRETS_DIR\fR environment variable\.
|
|
.
|
|
.SH "OPTIONS"
|
|
.
|
|
.nf
|
|
|
|
\-c \- deletes existing real encrypted files\.
|
|
\-h \- shows help\.
|
|
.
|
|
.fi
|
|
.
|
|
.SH "MANUAL"
|
|
Run \fBman git\-secret\-remove\fR to see this document\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
git\-secret\-add(1) \fIhttps://git\-secret\.io/git\-secret\-add\fR, git\-secret\-clean(1) \fIhttps://git\-secret\.io/git\-secret\-clean\fR, git\-secret\-removeperson(1) \fIhttps://git\-secret\.io/git\-secret\-removeperson\fR
|