github holding on to orphaned commits has been a noted issue for a while now
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)
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)