Quantcast
Viewing all articles
Browse latest Browse all 5189

Updating Local Git Repos When Upstream Moves

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 ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles