Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To prevent your dist-git branches from diverging, you can use the following `dis

In this example, Packit runs the downstream synchronization process for the `rawhide` and `epel-9` branches as usual. Additionally, Packit opens a new pull request reusing the commit from `rawhide` for every `fedora-branched` branch, allowing it to be fast-forwarded when merging.

You can learn more about the `dist_git_branches` syntax for `propose_downstream` [here](docs/configuration/upstream/propose_downstream#optional-parameters) and for `pull_of_upstream` [here](docs/configuration/downstream/pull_from_upstream#optional-parameters).
You can learn more about the `dist_git_branches` syntax for `propose_downstream` [here](/docs/configuration/upstream/propose_downstream#optional-parameters) and for `pull_of_upstream` [here](/docs/configuration/downstream/pull_from_upstream#optional-parameters).

:::warning How to Reconcile Divergent Branches

Expand Down