Skip to content

Instantly share code, notes, and snippets.

@robindegen
Last active January 11, 2023 15:30
Show Gist options
  • Save robindegen/8325561a1b20266d2c8e to your computer and use it in GitHub Desktop.
Save robindegen/8325561a1b20266d2c8e to your computer and use it in GitHub Desktop.
Force delete all dangling git commits
git reflog expire --expire=90.days.ago --expire-unreachable=now --all
git gc --prune=now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment