Git · September 5, 2014 0

Repair git

Git recovery/repair is very easy
just try commands below


git init
git fsck 
git gc --auto 
git reset --hard

these above steps also fix git errors like

*** Error in `git’: corrupted double-linked list: 0x09c45208 ***