Upstream and Update Nov 7th, 2012 | Comments You forked something, cloned it to your machine, but didn’t setup remote connection to the origin repository. 1 2 3 git remote add upstream *url to original repository* git fetch upstream git merge upstream/master