On Fri, 7 May 2021, 8:13 am Ethan Furman, <ethan@stoneleaf.us> wrote:
On 5/6/21 7:14 AM, Jelle Zijlstra wrote:

 > Maybe others have different workflows, but I don't see much of a need
 > for keeping your fork's main branch up to date.

I will occasionally do a `git push origin main` just to shut up the messages about being behind/ahead; other than that,
I have no idea why I would need origin to be up to date.

I sync mine occasionally so I can make draft PRs in my repo before submitting them to the main repo.

That's the only use case I have found for it though.

Cheers,
Nick.