I am new to GIT. Previously I was working on one of the branch and was having some pending changes too and my machine got crashed. On my new machine I installed git again and did a clone of the repository(develop). When I am trying git status
or git checkout mybranch
I am getting below error:-
error: bad signature
fatal: index file corrupt
Can you please suggest something how can I resolve this?