Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save smmcdonald/d2ed7fde54d90e33e400356f4c821162 to your computer and use it in GitHub Desktop.

Select an option

Save smmcdonald/d2ed7fde54d90e33e400356f4c821162 to your computer and use it in GitHub Desktop.
One-liner to revert to last good commit
git push -f origin last_known_good_commit:branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment