79697954

Date: 2025-07-11 07:06:40
Score: 0.5
Natty:
Report link

If you want to merge the changes made only to some of the files changed in a particular commit,
First, you have to find the commit-id of the commit.

Then you can provide the file paths that you need to cherry-pick separated by space as below

git checkout <commit-hash> -- <path/to/file1> <path/to/file2>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ranul Navojith Dayarathne