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
I update my forked repos with this one line:
git pull https://github.com/forkuser/forkedrepo.git branch
Use this if you dont want to add another remote endpoint to your project, as other solutions posted here.