Skip to main content

Posts

Showing posts with the label git fork

git: pull from forked master

git remote add upstream https://github.com/eswang37/emilyapp.git  git fetch upstream  git merge upstream/master