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

26 lines
568 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
2016-03-12 15:46:32 +00:00
`git-secret-init` should be run inside a `git` repo. `git-secret-init` is the first command to be run, until the git-secret repository is inited other 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)