message no. 162780
Posted by gitinfo in #github at 2017-02-02T17:50:19Z
DolphinDream: [!pull_upstream] To incorporate changes from an "upstream" or forked-from repository: git remote add upstream $URL; git fetch upstream; git merge upstream/$BRANCH. https://help.github.com/articles/syncing-a-fork/