I did some wrong things while doing some testing and deleted all my files both locally and github, how do I revert and not lose everything?
The commands I used and I believe that was what messed up everything were:
git checkout --orphan gh-pages
git reset --hard
git commit --allow-empty -m "Initializing gh-pages branch"
git push origin gh-pages
git checkout master