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/
There was an error while loading. Please reload this page.