Getting started with git cherry-pick
Git cherry-pick is a very useful command that allows you to retrieve a specific commit from one branch and apply it to another branch. This can be particularly useful if you want to retrieve a particular modification made on one branch, without havin...
ndione24.hashnode.dev2 min read