I tried reverting to a previous git commit with:
git revert xxx
I\'m now receiving this error as a response:
fatal: bad object
git fetch --all
The git fetch command downloads commits, files, and refs from a remote repository into your local repository.