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 there is a conflict on a mpr file, and it is solved using git add or git checkout, the modeler will still think the file is conflicted and try to merge.
Workaround for now is to just run mxgit after git add, git checkout.
The text was updated successfully, but these errors were encountered:
If there is a conflict on a mpr file, and it is solved using
git add
orgit checkout
, the modeler will still think the file is conflicted and try to merge.Workaround for now is to just run
mxgit
aftergit add
,git checkout
.The text was updated successfully, but these errors were encountered: