All pastes #2128105 Raw Edit

Mine

public text v1 · immutable
#2128105 ·published 2012-03-14 14:24 UTC
rendered paste body
# Assuming it's 'master' that you want to rollback
git checkout master # To be in master
git reset --hard master [SHA] # With [SHA] being the SHA of the new place to put master
git push -f origin master # Update origin