eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Added the git cherry pick task #290

Closed Kardelio closed 3 years ago

Kardelio commented 4 years ago

Relates to issue: #145

I have added the basic-cherry-pick folder and the task within.

The tasks gets the user to cherry pick a single commit and then to cherry pick a range of commits and provides the user with all the information they need to understand and carry out the task.

Let me know if there are any issues to address here

atombrella commented 3 years ago

@Kardelio Thank you! LGTM!

RandomSort commented 3 years ago

Hi! Thank you for your contribution. I went through it and you nicely show the different features. I took the liberty of rephrasing some of the text. Nice trick with the caret to include the start commit in the range :) Cheers!