(2024-05-23, 17:23)Roland Melkert Wrote: You can also make a new branch while you committing your local changes (using main).
Avoiding committing to the main branch will probably also prevent those 'x commits behind/in front ...' messages on your fork's page. Which makes it easier to keep the fork:main insync with shadowlib:main.
Yep, making a branch is crucial before making the PR. Also it might be smart to do new branches for each commit. But might also be excessive.