summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-04-28 22:38:43 -0700
committerRich Trott <rtrott@gmail.com>2018-04-29 09:16:05 -0700
commit45c7e03f400bbb0e7d037ae470d291bce2183155 (patch)
treec25f4f952f4bada0b2b84522259a3f04c11f45da /doc/onboarding-extras.md
parent9c48926dba20a507968d4152fafa9d51d69cf970 (diff)
downloadandroid-node-v8-45c7e03f400bbb0e7d037ae470d291bce2183155.tar.gz
android-node-v8-45c7e03f400bbb0e7d037ae470d291bce2183155.tar.bz2
android-node-v8-45c7e03f400bbb0e7d037ae470d291bce2183155.zip
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: https://github.com/nodejs/node/pull/20393 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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