Answer Posted / Neeraj Sahu
Git Cherry-pick is a command that applies the changes introduced by one commit from another branch or from another point in the project history into the current branch. This allows you to selectively incorporate specific changes from one commit without creating a merge commit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers