I tried reverting to a previous git commit with:
git revert xxx
I\'m now receiving this error as a response:
fatal: bad object
you need to do git fetch to get the latest commits in sync with local
git fetch
then do
git revert