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
If file foo was modified in branch a and at the same time removed in branch b, then after doing a gl {rebase, merge} bgl status will note the conflict but just say:
foo (with conflicts)
It should say something more informative like
foo (with conflicts -- modified in a, removed in b)
The text was updated successfully, but these errors were encountered:
If file
foo
was modified in brancha
and at the same time removed in branchb
, then after doing agl {rebase, merge} b
gl status
will note the conflict but just say:It should say something more informative like
The text was updated successfully, but these errors were encountered: