I've done the following:
- added a new empty repo in GitHub,
- run
git init
to initialize my local project, - run
git remote add origin
to 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...