Lesser-Known Git Techniques. Discussing some not-so-common git commands. Use cherry-picking when you want to apply a specific commit from one branch to another. Cherry-Picking is useful when you need to backport a bug fix or a feature to a different branch without merging the entire branch.

1m read timeFrom blog.devgenius.io
Post cover image
2 Comments

Sort: