I have performed git commit followed by a git push. How can I revert that change on both local and remote repositories?
git commit
git push
$ git log
Alternatively:
git push origin +364705c23011b0fc6a7ca2d80c86cef4a7c4db7ac8^:master
Force the master branch of the origin remote repository to the parent of last commit