I know that a forked repo can be quickly synchronized with the upstream repo [am I using the correct term?] directly on the GitHub web page, using the button "Sync fork".
I'd like to do essentially the same not via some browser, but from the command line, with some kind of git ...
command. However, I'd like to avoid "cloning" or "downloading" the fork itself; in other words, I'd like not to have the files form the fork on my local machine. (The reason is that I have the upstream repo already cloned on my machine.)
Is this at all possible? How? Thank you!