Skip to content

Instantly share code, notes, and snippets.

@rutgerhensel
Created October 3, 2020 03:00
Show Gist options
  • Select an option

  • Save rutgerhensel/064cd722e0eaf4b80f24333dad5270a5 to your computer and use it in GitHub Desktop.

Select an option

Save rutgerhensel/064cd722e0eaf4b80f24333dad5270a5 to your computer and use it in GitHub Desktop.
Reduce git repo size
git reflog expire --all --expire=now
git gc --prune=now --aggressive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment