79697684

Date: 2025-07-10 23:37:39
Score: 0.5
Natty:
Report link

The workaround I found is:

git fetch st develop
git cherry-pick -Xsubtree=foo <first_commit_to_cherry-pick>^..FETCH_HEAD

You have to deduce <first_commit_to_cherry-pick> manually, though.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bam