A Simple Cherry-Pick
Learn how you can apply the concept of "cherry-picking" with the help of an example.
Port changes from one branch to another
Since every commit in Git is a change set with a reference ID, you can easily port changes from one branch to another.
Setup
To demonstrate this, create a simple repository with two changes:
1 mkdir
...