Skip to content

Commit 190e97a

Browse files
authored
Update repository.md
1 parent a8b8962 commit 190e97a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/distribution/repository.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Now we'll create a repository on Github. This repository will host your plugin c
3030
5. Connect your local project to your Github repository
3131

3232
```bash
33+
git init
3334
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
3435
git branch -m main
3536
git push -u origin main

0 commit comments

Comments
 (0)