Matt Stauffer 3/7/2016

How to merge only specific commits from a pull request with git cherry-pick

Read Original

This article explains how to use git cherry-pick to merge only specific commits from a GitHub pull request. It walks through a real-world scenario where a pull request contained both good and bad commits, and provides step-by-step instructions for pulling down the branch, identifying desired commits by their hash, and selectively applying them to your main branch while preserving the original author's credit.

How to merge only specific commits from a pull request with git cherry-pick

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet