Merge pull request #9334 from jessehouwing/patch-1
Remove redundant whitespace
This commit is contained in:
commit
d02f58f8d5
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
|
|||
# create a new remote repository and clone it locally
|
||||
gh repo create my-project --public --clone
|
||||
|
||||
# create a new remote repository in a different organization
|
||||
# create a new remote repository in a different organization
|
||||
gh repo create my-org/my-project --public
|
||||
|
||||
# create a remote repository from the current directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue