Skip to content

How to pull from the original repository of a forked one

Franco Pestilli edited this page Sep 21, 2015 · 1 revision

To pull the desired branch from the original repository used to fork your repository. This method will retain the commit history without modification.

git pull https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git BRANCH_NAME

For more information: https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/

Clone this wiki locally