rt git branch create
rt › git › branch › create
From Linear ticket or scratch
Usage
rt git branch create <branch-name> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<branch-name> | text | Skip the interactive picker and create this branch directly | |
--from | text | Start point for the new branch |
Aliases: new
See code: commands/branch.ts › createBranchFlow