mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-06 15:20:36 +00:00
21 lines
428 B
Markdown
21 lines
428 B
Markdown
git-secret-init - initializes git-secret repository.
|
|
====================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
git secret init
|
|
|
|
|
|
## DESCRIPTION
|
|
`git-secret-init` should be runned inside a `git` repo. `git-secret-init` is the first command to be runned, until the git-secret repository is inited other commands are unavailable.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
-h - shows this help.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
git-init(1), git-secret-tell(1)
|