79754590

Date: 2025-09-03 12:30:53
Score: 0.5
Natty:
Report link

For anyone coming here to find an answer to the title, you can do git merge-base A B.

This will give you the commit where the rebase will precisely happen, so that anything above will end at the same position after doing:

git switch A
git rebase B
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bonlou