I created a repo and have been committing changes for a little while. Recently I needed to fix some things in my code and it made things worse.
I renamed my current project file adding -OLD and created a new project folder.
I downloaded a zip of my GitHub files and extracted them into my local public_html project folder. I know, I shouldn’t have done that. I am just not used to git and go to old habits.
When I open this new project folder with Atom (I use Atom with git) I don’t have all the changes tracked by git (as I now expected). If I add the renamed project folder I get the tracked changes etc…
I want to revert back to the version I have on GitHub. I still have the old project folder with the .git folder inside.
What should I do at this point?