summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index 080918049f..ffc316d7a6 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -91,7 +91,7 @@ need to be attached anymore, as only important bugfixes will be included.
to update from nodejs/node:
* `git checkout master`
-* `git remote update -p` OR `git fetch --all` (I prefer the former)
+* `git remote update -p` OR `git fetch --all`
* `git merge --ff-only upstream/master` (or `REMOTENAME/BRANCH`)
## Best practices