1GIT-SECRET-INIT(1) git-secret 0.4.0 GIT-SECRET-INIT(1)
2
3
4
6 git-secret-init - initializes git-secret repository.
7
9 git secret init
10
12 git-secret-init should be run inside a git repo to set up the .gitse‐
13 cret directory and initialize the repo for git-secret. Until repository
14 is initialized with git secret init, all other git-secret commands are
15 unavailable.
16
17 If a .gitsecret directory already exists, git-secret-init exits without
18 making any changes. Otherwise, a .gitsecret directory is created with
19 appropriate sub-directories, and patterns to ignore git-secret´s ran‐
20 dom_seed_file and not ignore .secret files are added to .gitignore.
21
22 (See git-secret(7) http://git-secret.io/git-secret for information
23 about renaming the .gitsecret folder with the SECRETS_DIR environment
24 variable, and changing the extension git-secret uses for secret files
25 with the SECRETS_EXTENSION environment variable.
26
28 -h - shows this help.
29
31 Run man git-secret-init to see this note.
32
34 git-secret-usage(1) http://git-secret.io/git-secret-usage, git-se‐
35 cret-tell(1) http://git-secret.io/git-secret-tell
36
37
38
39sobolevn May 2021 GIT-SECRET-INIT(1)