Fix typo in comment for gh issue develop branch checkout command
This commit is contained in:
parent
e8325cb2cd
commit
09617d315e
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ func NewCmdDevelop(f *cmdutil.Factory, runF func(*DevelopOptions) error) *cobra.
|
|||
# Create a branch for issue 123 based on the my-feature branch
|
||||
$ gh issue develop 123 --base my-feature
|
||||
|
||||
# Create a branch for issue 123 and checkout it out
|
||||
# Create a branch for issue 123 and check it out
|
||||
$ gh issue develop 123 --checkout
|
||||
|
||||
# Create a branch in repo monalisa/cli for issue 123 in repo cli/cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue