I figured it out. $ git reflog
Then $ git checkout -b someName shaOfResetCommit Thankfully git doesn't actually delete anything for some 90 days after the fact. My mistake was to use `--hard`, but I didn't think it would delete the files b/c there were not being tracked before this particular commit. Lesson learned! -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/TSJZ14vTqmYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
