After working on my project and making a few commits, I decided to push and be done for a bit. However, an error occurred somewhere during the process and the project ended up getting severely messed up, with the majority of my changes being eliminated. I tried to reset the project to the latest commit I made using:
git reset --hard b91ca10fdfc96ddd0e2aba09b7861117a6bdc17e
I then got the message that the HEAD had been reset to this commit. However, when I open the project my changes have not returned. The project is Xcode written is Swift. Any help is greatly appreciated, I would really like to avoid rewriting a massive amount of code.