Skip to content

Commit de9d1f1

Browse files
TrottMylesBorins
authored andcommitted
doc: remove parenthetical in onboarding-extras
Remove "(I prefer the former)" from onboarding-extras. Without any explanation as to why one might prefer A over B, it probably raises more questions than it answers. PR-URL: #20393 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 05b7b8d commit de9d1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/onboarding-extras.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ need to be attached anymore, as only important bugfixes will be included.
9191
to update from nodejs/node:
9292

9393
* `git checkout master`
94-
* `git remote update -p` OR `git fetch --all` (I prefer the former)
94+
* `git remote update -p` OR `git fetch --all`
9595
* `git merge --ff-only upstream/master` (or `REMOTENAME/BRANCH`)
9696

9797
## Best practices

0 commit comments

Comments
 (0)