docs(pr create): add link for user:branch syntax

This commit is contained in:
Kynan Ware 2025-03-12 12:06:43 -06:00
parent bdfec50186
commit 339e1a25f3

View file

@ -113,6 +113,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
%[1]s--head%[1]s supports %[1]s<user>:<branch>%[1]s syntax to select a head repo owned by %[1]s<user>%[1]s.
Using an organization as the %[1]s<user>%[1]s is currently not supported.
For more information, see <https://github.com/cli/cli/issues/10093>
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.