Skip to content

Commit 6991a2a

Browse files
committed
Merge remote-tracking branch 'origin/first-time-contributor-update' into first-time-contributor-update
2 parents 28b4259 + 9223f09 commit 6991a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/first-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Once you have completed, tested, and linted your code, and created a {ref}`contr
214214
```shell
215215
git add <files>
216216
git commit -m "My commit message"
217-
git push origin my-branch-name
217+
git push -u origin my-branch-name
218218
```
219219

220220
1. Visit your fork of the Plone repository on GitHub, and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) against the development branch.

0 commit comments

Comments
 (0)