Correct Answer: cherry-pick
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
What is the default text editor used by git?
What is the "git status" option used to output the shortened project status?
`git rebase <upstream>` will:
Which is the command to remove everything from the stash?
A Git repo can consist how many number of heads
Which command correctly creates a lightweight tag?
If you have several commits for a single feature, what is the most efficient way to restructure your commit history?
After starting to merge a feature branch into your master branch, you encounter a merge conflict and decide you do not want to perform the merge. How can you stop the merge and restore to the pre-merge state?
After modifying some existing files in a repository, you decide to discard the changes. What command can you use?
What is a remote repository?