Skip to content

Resolving merge conflicts for PRs opened before Oct' 4 #4539

Open
@pmeier

Description

@pmeier

After #4384 was merged on Oct' 4, we now use ufmt to format our code base and enforce this code style on every PR. In case you opened a PR before that, you will likely see merge conflicts popping up. Here is what you do:

$ git checkout main
$ git pull
$ git checkout $MY_FEATURE_BRANCH
$ git merge -X ours main
$ pre-commit run --all-files
$ git commit -am "fix code format"
$ git push

This should work for most cases. If you encounter any issues with that, feel free to ping @pmeier on your PR to help you fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions