Delete my branch and do a start fresh

What happens

After a failed RM the files of my branch in the repository were overwritten by the ones in my local branch, with the errors they contain, messing everything up.

What do you understand or find about that problem

I do not undestand why if the MR has failed, my brach in the repo was updated.

You make any workaround? What did you do?

I tried to restore the branch to the original state in this way:

git log -10 --pretty="%H"
git reset --hard 176def1b45d5901fde7570c2b23a0fec59ee520a
git push --force 

Evidences

I need help with

I am thinking of deleting the branch and correct my first errors with a fresh start considering that is my first day and I do not solved a challenge today, but I do not if this is possible or if this affects the logs or anything related to the failed MR.

Thank you.

Hi!, first of all, although python is a language supported in the repo, it’s not a language allowed in the policies, here you can find the languages allowed in each policy please check it https://gitlab.com/autonomicjump/challenges/-/blob/master/policies/data.yaml

On the other hand, you can always see debug messages to tests that have failed, clicking on them, and also you can remove the branch that you pushed to the repo without problems and re-try