Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

06 - Git Cherry-Pick

Select specific commits across branches Time: 3-4 minutes

Quick Start

./setup.sh && ./demo.sh

Key Commands

git cherry-pick <hash>        # Apply specific commit
git cherry-pick <hash1> <hash2>  # Multiple commits
git cherry-pick --continue    # After resolving conflicts