I'm completely new to Git. It's been a week since I made my first commit and I had a hard week completing my React project.
I tried to push my code again but I ran into some problems. I tried solving them using git reset --hard refs/original/refs/heads/master
, but I'm not even sure that was the right one; I tried so many of them. Now I'm surprised my project had been deleted and I'm having only the files that I previously committed to my repo. What do I do?