So I'm doing a Visual Studio asp.net project for school, and so when I try to sync, I get the error:
Failed to sync this branch. You might need to open a shell and debug the state of this repo.
This is another attempt as I had deleted my previous solution and started over since my previous commits had warning symbols in them. I then did the git command git reset --hard HEAD~<number>
all the way to the commit I left off from when I previously started my project.
So after my sync error, it generates a commit I previously deleted with 300+ files. And then that commit even gets an error. I'm not too sure what is going on as I am still very new to GitHub.