Newbie needs some help undoing a mess!
I was tring to push my site to a git repository, so I used the git add command. Then, before I did the commit, I realized I had a
If you already deleted all files in your workspace. You can get it back by using the following command.
git checkout -f
The files should be back!