Question: Looking at the following commands, describe what is happening.

  1. The commit is being tagged for release on the feature-user-location branch
  2. A commit is being copied from its original branch over to the feature-user-location branch
  3. The commit is being cherry picked as the new HEAD of the commit history
  4. A commit is being copied from the feature-user-location branch to the master branch

Answer: The correct answer of the above question is Option C:The commit is being cherry picked as the new HEAD of the commit history