-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
doc: misleading remote repo #26045
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
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: |
To keep consistency through-out the guide. Fixes: #26045 PR-URL: #26050 Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Masashi Hirano <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
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: