message no. 179732
Posted by jhass in #github at 2020-04-22T18:45:14Z
add the upstream repository as git remote, git fetch that remote, and (assuming you called that remote upstream) either git rebase upstream/source_branch or git merge upstream/source_branch; resolve any conflicts on the way and then git push (-f for the rebase option) your updated branch to your fork