0 votes
in GitHub by
What is cherry-pick in Git?

1 Answer

0 votes
by
Git cherry-pick is a command that allows the picking of arbitrary Git commits by reference and adding them to the HEAD. Cherry-picking is the process of picking a commit from one branch and applying it to another. It helps in undoing changes.
...