Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created March 20, 2019 19:35
Show Gist options
  • Save rms1000watt/3635aff20d250b59e4e13c53956ce7ef to your computer and use it in GitHub Desktop.
Save rms1000watt/3635aff20d250b59e4e13c53956ce7ef to your computer and use it in GitHub Desktop.
Clean Git Garbage Collector (gc prune aggressive reflog)
#!/usr/bin/env bash
git gc --aggressive --prune=now
git reflog expire --all --expire=now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment