We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679f191 commit 739d3a3Copy full SHA for 739d3a3
onboarding.md
@@ -41,7 +41,7 @@ onboarding session.
41
* Add the canonical nodejs repository as `upstream` remote:
42
* `git remote add upstream git@github.com:nodejs/node.git`
43
* To update from `upstream`:
44
- * `git checkout master`
+ * `git checkout main`
45
* `git fetch upstream HEAD`
46
* `git reset --hard FETCH_HEAD`
47
* Make a new branch for each pull request you submit.
0 commit comments