http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/notes/how-to-pull-request-fork-github
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. Create a new branch for your changes Permalink to “
4. Create a new branch for your changes ” It’s possible to make changes directly to the master branch, but this might FUBAR things down the
road for complicated reasons.