Integrate create-repo/add-collaborators/list-projs/repo-config into repo script, remove originals, update git-ctrl and SKILL.md
This commit is contained in:
@@ -35,16 +35,16 @@ Generate an access token for the current user.
|
||||
|
||||
### Repository Operations
|
||||
|
||||
Manage repositories on git.hangman-lab.top via the `repo` subcommand:
|
||||
Manage repositories via `git-ctrl repo`:
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/git-ctrl repo create <repo-name>
|
||||
{baseDir}/scripts/git-ctrl repo add-collaborators --user <user> --repo <repo>
|
||||
{baseDir}/scripts/git-ctrl repo list-all
|
||||
{baseDir}/scripts/git-ctrl repo config --repo-path <path>
|
||||
{baseDir}/scripts/git-ctrl repo config --repo-path <path> [--recursive]
|
||||
```
|
||||
|
||||
> **Note**: `create` creates the repo at `${AGENT_WORKSPACE}/${repo-name}`
|
||||
> `create` creates the repo at `${AGENT_WORKSPACE}/${repo-name}`
|
||||
|
||||
### Pull Request Operations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user