2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00

Link to a separate article about backporting merge requests

Michał Kępień 2018-02-20 16:47:12 -05:00
parent 0c9c6acb19
commit 6499a065dc

@ -57,6 +57,6 @@ Other branches might be force pushed at convenience of the people that work on t
Yes, we do. With non-squashed merges, it doesn't add any (historical) value to keep the branches around, and gitlab can automatically delete the branch after the merge.
### How to backport merge request?
### How to backport a Merge Request?
After the merge request is merged there's an option to use the same commits to create new merge request on different branch. Generally, this approach should be used.
See the [relevant article](backporting-a-merge-request).