Backing current branch to earlier commit.
git reset --hard [commit ID]
git push origin [branch name] -f
Original from http://stackoverflow.com/a/27438379/4495348
Backing current branch to earlier commit.
git reset --hard [commit ID]
git push origin [branch name] -f
Original from http://stackoverflow.com/a/27438379/4495348