I have a Git repo that I'd like to roll back by about a dozen commits using...
git reset --hard d3289a7ab82fd76386d99bdd2c5e6496ecc62529
The problem is I've already pushed the commits to the remote.
How can I return everything including the remote to the state it was in at the specified commit?