Skip to content

Instantly share code, notes, and snippets.

@clebersonfalk
Created June 11, 2019 20:23
Show Gist options
  • Save clebersonfalk/da69989ee2c01cf950e2eb84819c1427 to your computer and use it in GitHub Desktop.
Save clebersonfalk/da69989ee2c01cf950e2eb84819c1427 to your computer and use it in GitHub Desktop.
Exclude commit remote on Github
git reset --hard HEAD~1
git push origin HEAD --force
Fonte: https://pt.stackoverflow.com/a/128580
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment