Skip to content

Instantly share code, notes, and snippets.

@pgrepds
Created June 2, 2022 00:06
Show Gist options
  • Save pgrepds/cbd2b0d1677607af3613a3eff8cb3c39 to your computer and use it in GitHub Desktop.
Save pgrepds/cbd2b0d1677607af3613a3eff8cb3c39 to your computer and use it in GitHub Desktop.
Remove last x commits from server
// we should be careful here.
git reset --hard HEAD~x
git push -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment