Re: [git-users] Re: Help! Git deleted my files!

2012-01-11 Thread Trans
Ok. That makes some sense. -- 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/-/JiwrQLfEtUYJ. To post to this group, send email to

[git-users] Re: Help! Git deleted my files!

2012-01-10 Thread Trans
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