To update my multiple repos, I did:
git bulk fetch origin
git bulk pull origin master
Now it appears that some of the functionality which was working initially is not working now and so I want to revert back to previous state of my repos.
How can this be done ?
I tried doing git reset --soft commit id & git reset --hard commit id for one repos but it is not working.
Any suggestions.