Get the URL of the repo (copy it from the GitHub page, or whatever works for the hosting system you use) and create the new "upstream" repo like this: git remote add upstream [paste url here] Note: Git does not actually check that you've supplied ...
↧