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