You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a clone that has refs in dolt_remote_branches to old branches that no longer exist in the remote. The only way to remove them from dolt_remote_branches seems to be removing the remote with dolt_remote('remove', 'origin') and adding it back again.
I've tried the following:
I have a clone that has refs in
dolt_remote_branches
to old branches that no longer exist in the remote. The only way to remove them fromdolt_remote_branches
seems to be removing the remote withdolt_remote('remove', 'origin')
and adding it back again.I've tried the following:
The text was updated successfully, but these errors were encountered: