Skip to content

Instantly share code, notes, and snippets.

@yucellmustafa
Last active January 26, 2024 12:46
Show Gist options
  • Save yucellmustafa/a4391805e03355868f11ca06d3e9c28e to your computer and use it in GitHub Desktop.
Save yucellmustafa/a4391805e03355868f11ca06d3e9c28e to your computer and use it in GitHub Desktop.
delete last commit for git

last commit : 1 - other : 2,3 etc.

git reset --hard HEAD~1

git push origin HEAD --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment