On this page:
https://codeberg.org/Codeberg/Documentation/src/branch/master/Pull-requests-and-GIT-flow.md#user-content-keep-it-up-to-date-rebase-pull-requests-to-upstream
we need to rebase and resolve merge conflicts for upstream changes into our feature branch. This is not hard:
There should be more info, or a link to a page that elaborates on the process of resolving merge conflicts. The way it reads now could be incorrectly interpreted by people new to git that merge conflicts will be resolved automatically after doing those 3 steps shown.
On this page:
https://codeberg.org/Codeberg/Documentation/src/branch/master/Pull-requests-and-GIT-flow.md#user-content-keep-it-up-to-date-rebase-pull-requests-to-upstream
>we need to rebase and resolve merge conflicts for upstream changes into our feature branch. This is not hard:
There should be more info, or a link to a page that elaborates on the process of resolving merge conflicts. The way it reads now could be incorrectly interpreted by people new to git that merge conflicts will be resolved automatically after doing those 3 steps shown.