Cherry Pick as a word seems to be very interesting, literally cherry picking in git means to choose a commit from one branch and apply it onto another. This functionality is in contrast with merge and rebase which normally applies many commits onto a another branch. In this example we shall see example usage of ...