Skip to content

Commit e2aaee0

Browse files
TrottBridgeAR
authored andcommitted
doc: edit "Using git-node" section of Guide
Edit the "Using git-node" section of the Collaborator Guide. Make sentences concise and clear, reduce use of passive voice, etc. PR-URL: #26580 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Masashi Hirano <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent b9787fd commit e2aaee0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Diff for: COLLABORATOR_GUIDE.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,8 @@ tests. This makes it much easier when bisecting to find a breaking change.
419419
### Using `git-node`
420420

421421
In most cases, using [the `git-node` command][git-node] of [`node-core-utils`][]
422-
should be enough to help you land a Pull Request. If you discover a problem when
423-
using this tool, please file an issue
424-
[to the issue tracker][node-core-utils-issues].
422+
should be enough to land a pull request. If you discover a problem when using
423+
this tool, please file an issue [to the issue tracker][node-core-utils-issues].
425424

426425
Quick example:
427426

@@ -430,12 +429,11 @@ $ npm install -g node-core-utils
430429
$ git node land $PRID
431430
```
432431

433-
If it's the first time you have used `node-core-utils`, you will be prompted
434-
to type the password of your GitHub account and the two-factor authentication
435-
code in the console so the tool can create the GitHub access token for you.
436-
If you do not want to do that, follow
437-
[the `node-core-utils` guide][node-core-utils-credentials]
438-
to set up your credentials manually.
432+
To use `node-core-utils`, you will need a GitHub access token. If you do not
433+
have one, `node-core-utils` will create one for you the first time you use it.
434+
To do this, it will ask for your GitHub password and two-factor authentication
435+
code. If you wish to create the token yourself in advance, see
436+
[the `node-core-utils` guide][node-core-utils-credentials].
439437

440438
### Technical HOWTO
441439

0 commit comments

Comments
 (0)