Let's assume there is a repository someone/foobar on GitHub, which I forked to me/foobar.
How do I pull new commits from the parent repository directly to my fork, without having to add a separate remote and remember to pull regularly from there ?
The goal is to:
git pullto fetch from the parent repositorygit pushto send everything to my fork








