update gh repo create docs (#11932)
This commit is contained in:
@@ -70,8 +70,8 @@ You can use the `gh extension create` command to create a project for your exten
|
||||
|
||||
```shell
|
||||
git init -b main
|
||||
gh repo create gh-<em>EXTENSION-NAME</em> --confirm
|
||||
git add . && git commit -m "initial commit" && git push --set-upstream origin main
|
||||
git add . && git commit -m "initial commit"
|
||||
gh repo create gh-<em>EXTENSION-NAME</em> --source=. --public --push
|
||||
```
|
||||
|
||||
1. Optionally, to help other users discover your extension, add the repository topic `gh-extension`. This will make the extension appear on the [`gh-extension` topic page](https://github.com/topics/gh-extension). For more information about how to add a repository topic, see "[Classifying your repository with topics](/github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics)."
|
||||
|
||||
Reference in New Issue
Block a user