I've done the following:
- added a new empty repo in GitHub,
- run
git initto initialize my local project, - run
git remote add originto associate the remote.
However, I then ran git pull to pull from the remote, which seems to have removed my project's source code.
How can I recover this lost source code? This project is very important to me...