-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: misleading remote repo #26045
Comments
Compare: https://stackoverflow.com/questions/9529497/what-is-origin-in-git |
@bnoordhuis I think the guide is not consistent. |
FWIW I always keep |
Based on step 1 and the other parts of the doc, I think you're right and it should be |
I will create a fix if noone objects to it. |
To keep consistency through-out the guide. Fixes: nodejs#26045
"upstream" generally refers to the original repo that you have forked. "origin" is your fork; your own repo on GitHub, clone of the original repo of GitHub. check this out: |
From Pull Request (Step 9)
Why is it
git rebase origin/master
and notgit rebase upstream/master
?The text was updated successfully, but these errors were encountered: