diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -173,6 +173,7 @@ ssh git_push info # gitolite access check gitctl sections list gitctl sections add "Generic Projects" gitctl repo create publisher --section SlackBuilds --desc "..." +gitctl repo create secrets --private gitctl repo list gitctl repo desc publisher "a new description" gitctl repo add-remote publisher --remote-name origin @@ -193,6 +194,10 @@ for the SSH key, so it is not fully unattended. - `repo create` shows the gitolite.conf diff and asks before committing. On decline it reverts the conf edit, leaving a clean tree. +- `--private` creates a Phase 1 only repo: the gitolite stanza and bare repo + are made, but the repo is never added to cgitrc, so it stays off the public + cgit index. `--section` is not required (and is ignored) with `--private`; + the repo shows as `PRIV` in `repo list`. - `-y` / `--yes` (a global flag, so it goes BEFORE the subcommand: `gitctl -y repo create ...`) skips that y/N confirmation. The diff is still printed. It does NOT make creation unattended: the phase-1 push still needs |
