I made the fork of a project, made the changes, made the push to my repository in Github and there I generated a pull request for the repo of the original project.
After a few days I decided to make a new contribution, however, the original repository has already undergone several updates. What should I do?
I thought about: adding the remote from the original repository and doing a pull, is this correct? I did get tested but it does not seem to have pulled the latest content.
Would that be it?