Skip to content

Instantly share code, notes, and snippets.

@rodrigopinto
Created August 5, 2010 03:58
Show Gist options
  • Select an option

  • Save rodrigopinto/509205 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigopinto/509205 to your computer and use it in GitHub Desktop.
# rollback no seu branch local para a versão anterior
git reset --soft HEAD^
# rollback no github master.
# volte no seu clone local e até o ponto que deseja e rode
git push --force origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment