From 3b4cfe25c4653d138574df9b2a5881bf750e02b6 Mon Sep 17 00:00:00 2001 From: Puneet Singh Date: Thu, 3 Dec 2020 13:02:17 +0530 Subject: [PATCH] Adding a new tutorial - git cherry-pick Introduction to Git Cherry-pick and its usages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48b5050..ff048ff 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [A Git Choose Your Own Adventure](http://sethrobertson.github.io/GitFixUm/fixup.html) - I never found a git tutorial I didn't understand while doing it. Just sometimes those tutoars didn't line up very well with my actual work. This git help in the form of a choose your own adventure was a life saver when I was fisrt starting out. * [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html) - fairly comprehensive guide to recovering from what you did not mean to do when using git * [Deconstructing a git commit](https://krishnabiradar.com/blogs/deconstructing-a-git-commit/) - A blog explaining how git creates and stores commit histories. +* [Git Cherry-pick and its usages](https://www.loginradius.com/blog/async/git-cherry-pick/) - A blog explaining how command git cherry-pick works. ## Style Guide *Style guide when you work with git*