bigdatahci2015 / forum

0 stars 4 forks source link

All of my gitbook work is missing #31

Open anbe6083 opened 9 years ago

anbe6083 commented 9 years ago

I was just looking through all of my gitbook work, and none of the content that I've pushed is there. I think something happened last week with pushing the birdstrikes JSON file (From this issue: https://github.com/bigdatahci2015/forum/issues/24). Is there any way for me to recover my work? Thanks.

d-kz commented 9 years ago

If at some point, the content was pushed to github, then you can do: 1) git log - to see the commit tree 2) git checkout ____ - # of whatever commit has all your work.

The point is that what goes on github, never disappears. Just find the most recent commit that has most of your work and go from there. Good luck!