how to sync upstream branch with my forked branch code example
Example 1: steps to sync branch to fork master?
$ git checkout master
> Switched to branch 'master'
Example 2: steps to sync branch to fork master?
$ git merge upstream/master
> Updating a422352..5fdff0f