Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| submitting-patches [2024/01/03 07:36] – Added patch backports section ynezz | submitting-patches [2024/06/17 08:59] – old revision restored (2024/01/03 07:44) svanheule | ||
|---|---|---|---|
| Line 74: | Line 74: | ||
| - Changes needs to be first applied into the **main** branch | - Changes needs to be first applied into the **main** branch | ||
| - Afterwards those changes can be proposed to be applied into the stable (release) branch | - Afterwards those changes can be proposed to be applied into the stable (release) branch | ||
| - | When pulling the commits from the **main** branch, you need to use '' | + | When pulling the commits from the **main** branch, you need to use '' |
| <code bash> | <code bash> | ||
| $ git cherry-pick --signoff -x < | $ git cherry-pick --signoff -x < | ||