github-cherry-pick

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

A library for cherry-picking multiple commits onto a branch using GitHub's low-level Git Data API (v3). Version 1.1.0 is the latest and only stable release. It operates without requiring a local Git installation, making it suitable for serverless or browser environments. Differentiates from git-based tools by relying solely on REST API calls via @octokit/rest. Requires Node.js >= 6.11.2 and is ESM-only. Maintained as part of the github-backport and github-rebase ecosystem.