I recently forked a project and applied several fixes. I then created a pull request which was then accepted.
A few days later another change was made by another con
If you set your upstream. Check with git remote -v, then this will suffice.
git remote -v
git fetch upstream git checkout master git merge --no-edit upstream/master git push