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
multi-magit invokes commands in parallel and that is problematic when both a main repo and one or more of its worktrees are selected.
The text was updated successfully, but these errors were encountered:
luismbo
changed the title
error: cannot lock ref 'refs/remotes/origin/vdev': is at xxxx
error: cannot lock ref 'refs/remotes/origin/master': is at xxxx
Feb 1, 2020
We could start by making these commands run in sequence (make it correct) and then perhaps detect which repos can be manipulated in parallel (make it fast). For some operations, we can always run in parallel if the command is read-only.
multi-magit invokes commands in parallel and that is problematic when both a main repo and one or more of its worktrees are selected.
The text was updated successfully, but these errors were encountered: