1
0
mirror of synced 2025-12-19 18:10:59 -05:00

update gh repo create docs (#11932)

This commit is contained in:
Meijke
2021-11-17 13:07:34 -08:00
committed by GitHub
parent a9a4b899d3
commit 42a34821d5
3 changed files with 11 additions and 22 deletions

View File

@@ -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)."