http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/notes/how-to-pull-request-fork-github
Replace the last part of the first line with the original repository clone
URL — similar to the how you grabbed the
URL in step 2, but this isn’t the one with your username. This links the fork back to the original repository as a remote, which we’ll name upstream , and then fetch it. git remote add --track master upstream
[email protected]:facebook/react-native.git git fetch upstream Shell Copy to clipboard 4.