gluecron_create_branch
Create a new branch ref pointing at an existing sha. Mirrors POST /api/v2/repos/.../git/refs. Requires 'repo' scope. Returns {ref, sha}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Target commit sha (40-hex) | |
| repo | Yes | ||
| owner | Yes | ||
| branch | Yes | New branch name (short form) |