Skip to content

Commit 9223f09

Browse files
Update docs/contributing/first-time.md
Co-authored-by: David Glick <[email protected]>
1 parent 2ec39f3 commit 9223f09

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
@@ -208,7 +208,7 @@ Once you have completed, tested, and linted your code, and created a {ref}`contr
208208
```shell
209209
git add <files>
210210
git commit -m "My commit message"
211-
git push origin my-branch-name
211+
git push -u origin my-branch-name
212212
```
213213

214214
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)