Topic View
#Disaster Recovery.
1 post filed under this topic.
Git 6 min read
I Deleted My Code with git reset --hard. git reflog Saved It.
True story: running git reset --hard on the wrong branch wiped a week of work. Here is how git reflog recovered it all — and the guardrails I set up after.
Vishnu Damwala