We have received feedback that a part of the user base is having issue when deploying the 3SDK containers.
Reported issues:
the current installation does change branches silently. We want to change that and ask the user if he wants to change branch or not.
he wants to change, and have clean repo => no problem
he wants to change, have dirty repo
he to keep his changes. we commit and pull ?
he doesn't want to keep his changes. we do a reset
he doesn't want to change => we do nothing but things can break. Need to warn he is on its own cause we have no way to know what change he has.
In all these flows, if at any point we detect a conflict. We stop. warn the user we cannot do anything and he needs to fix the conflict or reset code to a know version.
We have received feedback that a part of the user base is having issue when deploying the 3SDK containers.
Reported issues:
In all these flows, if at any point we detect a conflict. We stop. warn the user we cannot do anything and he needs to fix the conflict or reset code to a know version.