We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b8962 commit 190e97aCopy full SHA for 190e97a
src/guides/distribution/repository.md
@@ -30,6 +30,7 @@ Now we'll create a repository on Github. This repository will host your plugin c
30
5. Connect your local project to your Github repository
31
32
```bash
33
+ git init
34
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
35
git branch -m main
36
git push -u origin main
0 commit comments