Working tree, staging, commit — the model AI breaks first — step 7 of 9
Cursor wrote a script that builds the command to open a PR after a
push. It used git pr create, but that subcommand doesn't exist —
PRs are a GitHub concept, not a git concept. Fix the first item on
line 2 so the command uses the correct CLI.
Expected output:
gh pr create --fill
The break is on line 2 — but read the whole snippet first.
⌘↵ runs the editor.read, then continue.
Cursor wrote a script that builds the command to open a PR after a
push. It used git pr create, but that subcommand doesn't exist —
PRs are a GitHub concept, not a git concept. Fix the first item on
line 2 so the command uses the correct CLI.
Expected output:
gh pr create --fill
The break is on line 2 — but read the whole snippet first.
this step needs the editor
on desktop today; in the app (coming soon). save your spot and we'll bring you back here when you're ready.