Search code examples
githubgithub-pagescreate-react-app

How to recover a very small section of work from github pages after github erases it, after a commit and sync?


I added a small section to my portfolio, Skill Set, and after I made a commit sync and published it I can't find it on my laptop and it's not on the repository on github.com but it's still on my site which is hosted by github pages. Is there anything I could do to recover this really small section of my portfolio? www.keithcarrillo.com . At the bottom of the one page portfolio is my skill set section.


Solution

  • First, do check your git reflog to see if you find a commit with a message regarding skill set: you might get it back that way (with git cherry-pick).

    If that is not working, you can at least create a new commit with the content you can still scrap form your website.