What is the purpose of cherry-picking in Git?

  • Apply specific commits
  • Merge two branches
  • Revert changes
  • Delete a branch
Cherry-picking in Git allows you to select specific commits from one branch and apply them to another. This is useful when you only want certain changes from one branch without merging the entire branch.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *