.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "GIT\-SECRET\-HIDE" "1" "February 2017" "" "" . .SH "NAME" \fBgit\-secret\-hide\fR \- encrypts all added files with the inner keyring\. . .SH "SYNOPSIS" . .nf git secret hide [\-c] [\-v] . .fi . .SH "DESCRIPTION" \fBgit\-secret\-hide\fR create an encrypted version for each file added by \fBgit\-secret\-add\fR command\. Now anyone from the \fBgit\-secret\fR\'s keyring can decrypt these files using their secret key\. . .P It is possible to modify the names of the encrypted files by setting \fBSECRETS_EXTENSION\fR variable\. . .SH "OPTIONS" . .nf \-v \- verbose, shows extra information\. \-c \- deletes encrypted files before creating new ones\. \-d \- deletes unencrypted files after encryption\. \-h \- shows help\. . .fi . .SH "SEE ALSO" git\-secret\-init(1), git\-secret\-tell(1), git\-secret\-add(1), git\-secret\-reveal(1)