Recently my macbook pro hard drive started to give IO errors and I started to loose the abiblity to accesss data files. I had my code on it, luckily after several copy attempts it appears to have copied project to my backup drive.
I want to check all the project data recovered (git repo) is correct and not corrupt. Can you suggest what should I do to check its integrity ?
Edit I ran the command
git fsck
But this has given output of atleast 150 lines all containing similar to the one shown below nothing else
dangling blob 0ea049081a915adecebfced424ae9bd10ff70075
Does it mean the data has been corrupted ?
Thanks,