79462469

Date: 2025-02-24 04:51:21
Score: 0.5
Natty:
Report link

At me, git pull at default will take ff-only(nothing in config at pull.rebase or pull.ff):
Remote: A -- B
Local: A
=> Local: A -- B

Remote: A -- B
Local: A -- C
--rebase:
=> Local: A -- B -- C
--no-rebase:
=> Local: A -- C -- B

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