home/categories/cicd/checkmk-checkmk-github-skills-backport-skill-md
cicddevops

backport

Backport a commit or branch to a stable release branch (e.g. "backport this to 2.5", "backport to 2.4.0"). Creates a new branch off the target stable branch, cherry-picks the commit(s), resolves path conflicts that arise from structural differences between master and stable branches, then runs formatter, linter, and tests.

Checkmk
maintainer
Checkmk
更新于 4/2/2026
星标
2239
分支
532
quick start

Installation and usage

Backport a commit or branch to a stable release branch (e.g. "backport this to 2.5", "backport to 2.4.0"). Creates a new branch off the target stable branch, cherry-picks the commit(s), resolves path conflicts that arise from structural differences between master and stable branches, then runs formatter, linter, and tests.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use backport