Quiz
Test your knowledge regarding rebase and cherry-pick.
We'll cover the following...
We'll cover the following...
Quiz
1.
What is the function of git cherry-pick
?
A.
It applies the reversed changes from the specific commit to the current branch.
B.
It reapplies the changes from the current commit to the specific branch.
C.
It reapplies changes of a selected commit into the current HEAD
.
D.
It reapplies the commit histories from the specific branch to the current branch.
1 / 3