We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8325cb + 09617d3 commit 489f96cCopy full SHA for 489f96c
1 file changed
pkg/cmd/issue/develop/develop.go
@@ -61,7 +61,7 @@ func NewCmdDevelop(f *cmdutil.Factory, runF func(*DevelopOptions) error) *cobra.
61
# Create a branch for issue 123 based on the my-feature branch
62
$ gh issue develop 123 --base my-feature
63
64
- # Create a branch for issue 123 and checkout it out
+ # Create a branch for issue 123 and check it out
65
$ gh issue develop 123 --checkout
66
67
# Create a branch in repo monalisa/cli for issue 123 in repo cli/cli
0 commit comments