Date: 2025-05-23 03:30:55
Score: 2
Natty:
You're looking for the cherry-pick
command:
https://git-scm.com/docs/git-cherry-pick
Using the hash of the commits you wish to copy, single commits may be merged in. Ranges are also an option.
https://www.geeksforgeeks.org/git-cherry-pick/
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: jdm2112