repo-helper init
Initialise the repository with some boilerplate files.
repo-helper init [OPTIONS]
Options
-
-m
,
--message
<message>
The commit message to use.
- Default
Initialised repository with ‘repo_helper’.
-
-y
,
--commit
,
-n
,
--no-commit
Commit or do not commit any changed files.
- Default
Commit automatically
-
-f
,
--force
Run ‘repo_helper’ even when the git working directory is not clean.