Skip to content

Commit 3d8878c

Browse files
matkonieczevanlucas
authored andcommitted
doc: correct git fix whitespace command
Use apply.whitespace=fix rather than core.whitespace=fix Ref: #11412 PR-URL: #12445 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 320b80b commit 3d8878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/onboarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ onboarding session.
3232
## Local setup
3333

3434
* git:
35-
* make sure you have whitespace=fix: `git config --global --add core.whitespace fix`
35+
* make sure you have whitespace=fix: `git config --global --add apply.whitespace fix`
3636
* usually PR from your own github fork
3737
* [See "Updating Node.js from Upstream"](./onboarding-extras.md#updating-nodejs-from-upstream)
3838
* make new branches for all commits you make!

0 commit comments

Comments
 (0)