Skip to content

Commit

Permalink
doc: update main branch name in onboarding.md
Browse files Browse the repository at this point in the history
PR-URL: #43443
Refs: #33864
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
F3n67u authored and targos committed Jul 12, 2022
1 parent 679f191 commit 739d3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ onboarding session.
* Add the canonical nodejs repository as `upstream` remote:
* `git remote add upstream git@github.com:nodejs/node.git`
* To update from `upstream`:
* `git checkout master`
* `git checkout main`
* `git fetch upstream HEAD`
* `git reset --hard FETCH_HEAD`
* Make a new branch for each pull request you submit.
Expand Down

0 comments on commit 739d3a3

Please sign in to comment.