I treid to rebase my branch into another, but did something wrong which applied different patches to the same code, which resulted in alot of these:
<<<<<<< HEAD
<<<<<<< HEAD
All over my project.
Now when I try to undo all of these I did git reset --hard 44b76568
where 44b76568
is my latest commit before rebase. I got that my head was not at this commit, but nothing changed in my code. I still have
<<<<<<< HEAD
and other error codes, everywhere.