I am working on a project for long now and i have changed many files so far.
When I tried to commit the changes in git using -
git commit -a -m "my message"
It is saying that my index
file is to small for commit.
Is there a way to get back all my commits back to index file and commit my changes without recloning the branch and replace all the file I change.?