.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "GIT\-SECRET\-REMOVE" "1" "April 2022" "sobolevn" "git-secret 0.5.0-alpha2" . .SH "NAME" \fBgit\-secret\-remove\fR \- removes files from index\. . .SH "SYNOPSIS" . .nf git secret remove [\-c] \.\.\. . .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