Recently, trying to learn some branch merging I ended up screwing my master branch. My master branch code now contains that merge conflicts messages like: ">>>>>>HEAD ==========" all over it. When I try to merge it with the actual code without these messages (I do have a clean code in another branch), git says everything is up-to-date and there's nothing to be changed. Whenever I pull from my repo, the code contains these trash lines.
How should I solve it? Thanks in advance...