What is git cherry-pick?
Answer / 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 |
What is subgit and why is it used?
What is GIT version control?
What is ‘head’ in git and how many heads can be created in a repository?
Mention some of the best graphical GIT client for LINUX?
What is the difference between GIT and SVN?
How many heads can be created in a repository?
What is the purpose of branching and how many branching strategies can you apply?
What is the difference between git pull and git fetch?
What is difference between fork and branch? How to create tag?
How can you create a repository in Git?
What is a ‘conflict’ in git?
What does ‘hooks’ comprise of in git?