mirror of
https://github.com/encounter/zed.git
synced 2026-07-11 06:19:04 -07:00
Fixes an incorrect error message. Turns out it is impossible to set remote tracking to a branch that doesn't exist on the remote, so let's not even try. Reverts #22834 Reverts #22614