3
I did some wrong things while doing some testing and deleted all my files both on site and on github, as I do to reverse and not lose everything?
the commandos 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
First recommend DON’T RUN THE GC, It is highly recommended to expect a response with calm...
– Jefferson Quesado
I used this to reverse a local branch that I had deleted... I’m researching how
– Jefferson Quesado
Does anything here help? https://stackoverflow.com/q/3640764
– Jefferson Quesado
@Jeffersonquesado already tried some things didn’t work out, I think I lost everything anyway =/
– user27585