Hacker News new | ask | show | jobs
by duskdozer 31 days ago
github holding on to orphaned commits has been a noted issue for a while now
1 comments

It’s a wonderful feature when you accidentally nuke your one and only local copy.
Depending on how badly you nuked it, it's probably still in your `git reflog` locally. Normal git hangs on to orphaned commits too. (Until `git gc` runs)