git-secret/man/man1/git-secret-init.1.ronn

27 lines
623 B
Plaintext
Raw Normal View History

2016-02-21 13:26:17 +00:00
git-secret-init - initializes git-secret repository.
====================================================
## SYNOPSIS
git secret init
## DESCRIPTION
2018-04-17 04:06:11 +00:00
`git-secret-init` should be run inside a `git` repo to set up the .gitsecret directory and initialize the repo for git-secret.
Until repository is initialized with `git secret init`, all other `git-secret` commands are unavailable.
2016-02-21 13:26:17 +00:00
## OPTIONS
-h - shows this help.
## MANUAL
Run `man git-secret-init` to see this note.
2016-02-21 13:26:17 +00:00
## SEE ALSO
[git-secret-usage(1)](http://git-secret.io/git-secret-usage), [git-secret-tell(1)](http://git-secret.io/git-secret-tell)