Forked from
R3 / school / courses
731 commits behind the upstream repository.
-
Daniel Duarte authoredDaniel Duarte authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
chPickPresentation.md 279 B
Cherry Picking Commits
Let's take our branch A and say it has a row of commits.
If only certain of these commits are important for a
second branch B, using the command
git cherry-pick ZZ
we can take only the relevant changes from A and merge them
into B