Hacker News new | ask | show | jobs
by koopajah 4883 days ago
Recovering from a mistake is something i'd like to see. I've been able these past few months to recover from wrong rebase/squash/merge/reset even after a few days by using "git fsck" and "git reflog" but it was hard for me. Hard to find the proper commands and especially understanding why the last one worked in the end while the previous did not.