Part 4-Advance Git & GitHub for DevOps Engineers.
Cherry-pick
Git cherry-pick command allows you to integrate selected, an individual commits from any branch into your current HEAD branch. This is in contrast with other ways such as merge and rebases which normally apply many commits into another br...
ritul.hashnode.dev3 min read