Git cherry pick

git checkout <branch_where_you_want_new_commits>

git fetch origin <branch_from_which_you_want_commits>

git cherry-pick <commit-hash>

Note: You can get the commit hashes from "git log" on the source branch

Comments

Popular posts from this blog

Programatically create layout builder section in Drupal

Code quality analysis of Drupal. Can I use Sonar?

Set up Drupal7 to Drupal8 migration in simple steps (using Drush)