mirror of
https://github.com/stablyai/orca.git
synced 2026-09-27 08:02:35 +00:00
`git pull --rebase` is vulnerable to concurrent fetches modifying remote-tracking refs during execution. Fetch to a temporary private ref (refs/orca/rebase/*) first, then rebase from that stable ref to avoid the race condition.