I was working on a project and I need to upload all the project files to a Git repository.
The problem is that one of my mates mistakenly pushed all of jis git repository to my local work so I didn't lose my local work but my all files now have things like:
<<<<<<< HEAD
and
=======
and
>>>>>>> b44bd41e433d8b387531c78c93bba88810ef8db3
Now my local project has stopped working. I am developing my project in NetBeans.
Is there a way to fix this all from NetBeans or git etc? I am exactly not sure and am now stuck.