Git - Cherry-Pick and Advanced Merging
Which command correctly applies the commit with hash
f1e2d3c onto your current branch?f1e2d3c onto your current branch?git cherry-pick <commit-hash>.git merge merges branches, git checkout switches branches or files, git revert undoes commits.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions