mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
c798e89539
* updates for #813 * update man pages * Update utils/tests.sh Co-authored-by: joshr <joshr> Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
50 lines
1.6 KiB
Groff
Generated
50 lines
1.6 KiB
Groff
Generated
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-SECRET\-INIT" "1" "April 2022" "sobolevn" "git-secret 0.5.0-alpha1"
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-secret\-init\fR \- initializes git\-secret repository\.
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
|
|
git secret init
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
\fBgit\-secret\-init\fR should be run inside a \fBgit\fR repo to set up the \.gitsecret directory and initialize the repo for git\-secret\. Until repository is initialized with \fBgit secret init\fR, all other \fBgit\-secret\fR commands are unavailable\.
|
|
.
|
|
.P
|
|
If a \fB\.gitsecret\fR directory already exists, \fBgit\-secret\-init\fR exits without making any changes\. Otherwise,
|
|
.
|
|
.IP "\(bu" 4
|
|
\fB\.gitignore\fR is modified to ignore \fBgit\-secret\fR\'s \fBrandom_seed_file\fR, and to not ignore \fB\.secret\fR files,
|
|
.
|
|
.IP "\(bu" 4
|
|
a \.gitsecret directory is created with the sub\-directories /keys and /paths,
|
|
.
|
|
.IP "\(bu" 4
|
|
The \fB\.gitsecret/keys\fR subdirectory permissions are set to 700 to make gnupg happy\.
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.P
|
|
(See git\-secret(7) \fIhttps://git\-secret\.io/git\-secret\fR for information about renaming the \.gitsecret folder with the \fBSECRETS_DIR\fR environment variable, and changing the extension \fBgit\-secret\fR uses for secret files with the \fBSECRETS_EXTENSION\fR environment variable\.
|
|
.
|
|
.SH "OPTIONS"
|
|
.
|
|
.nf
|
|
|
|
\-h \- shows this help\.
|
|
.
|
|
.fi
|
|
.
|
|
.SH "MANUAL"
|
|
Run \fBman git\-secret\-init\fR to see this note\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
git\-secret\-usage(1) \fIhttps://git\-secret\.io/git\-secret\-usage\fR, git\-secret\-tell(1) \fIhttps://git\-secret\.io/git\-secret\-tell\fR
|