sync branch from forked repo code example
Example 1: steps to sync branch to fork master?
$ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
Example 2: steps to sync branch to fork master?
$ git merge upstream/master
> Updating a422352..5fdff0f