How can I get the result after git reset --hard

I will calculate the commit sequence, and everything went.

Is there any other way to return things?

Thank.

+5
source share
1 answer

git reflogand git fsckare your weapon of choice to rediscover missing commits and fork them.

+8
source

All Articles