Y
Hacker News
new
|
ask
|
show
|
jobs
by
koolba
39 days ago
It’s a wonderful feature when you accidentally nuke your one and only local copy.
1 comments
lexicality
38 days ago
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)
link