Skip to content

Instantly share code, notes, and snippets.

@lazuee
Created August 28, 2024 16:19
Show Gist options
  • Save lazuee/8bf8e6a5bcf93064e5eaac00196d29fb to your computer and use it in GitHub Desktop.
Save lazuee/8bf8e6a5bcf93064e5eaac00196d29fb to your computer and use it in GitHub Desktop.
Git commands - Cheatsheets

Hard reset to specific commit

git reset --hard <commit-id> && git push --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment