From 339e1a25f3ce11ae7469d19fce72cf6fcbbd5147 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 12 Mar 2025 12:06:43 -0600 Subject: [PATCH] docs(pr create): add link for user:branch syntax --- pkg/cmd/pr/create/create.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/pr/create/create.go b/pkg/cmd/pr/create/create.go index 778a1f269..646e58abd 100644 --- a/pkg/cmd/pr/create/create.go +++ b/pkg/cmd/pr/create/create.go @@ -113,6 +113,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co %[1]s--head%[1]s supports %[1]s:%[1]s syntax to select a head repo owned by %[1]s%[1]s. Using an organization as the %[1]s%[1]s is currently not supported. + For more information, see A prompt will also ask for the title and the body of the pull request. Use %[1]s--title%[1]s and %[1]s--body%[1]s to skip this, or use %[1]s--fill%[1]s to autofill these values from git commits.