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
Currently, Artemis detects merge conflicts and shows an error message to the student, but cannot handle them properly, e.g. in case the online editor version contains changes that conflict with new commits in the remote repository.
One solution would be that the student gets the chance to reset the online editor version to the remote repository (or even better, but more complex: the student can choose which version should be kept, either the online editor version or the remote version)
Currently, Artemis detects merge conflicts and shows an error message to the student, but cannot handle them properly, e.g. in case the online editor version contains changes that conflict with new commits in the remote repository.
One solution would be that the student gets the chance to reset the online editor version to the remote repository (or even better, but more complex: the student can choose which version should be kept, either the online editor version or the remote version)
Entry point to this issue would be https://github.com/ls1intum/ArTEMiS/blob/master/src/main/java/de/tum/in/www1/exerciseapp/service/GitService.java --> Method pull --> insert a try catch to handle this case properly
The text was updated successfully, but these errors were encountered: