note to self: dont 'git reset --hard' a newly created git repo :(
@kolya lost a day of work
@kolya i had an untracked project that i made a new git repo in, added all, then realized i added a bunch of stuff i didnt need, reset it, but added --hard instinctively because i tend to do that in existing projects a lot and it erased everything as all files were untracked
@ivan what happened?