Entry

Cherry Pick Specific Commit

Difficulty: entry

Source: devops-interviews/devops-interview-questions by Alex Muradov

Answer

Scenario:

You have a Git repository at /home/interview/repo on the main branch. A commit on the feature branch contains a bug fix you need on main, but you don't want to merge the entire feature branch.

Task:

Navigate to /home/interview/repo, identify the bug fix commit on the feature branch from the commit history, then apply it to main.


📹 Video Solution