TIL these commands can dramatically reduce the disk space used by a Git repository:
**USE AT YOUR OWN RISK**
**MAKE SURE YOU UNDERSTAND THE SPECIFIC CONSEQUENCES OF THESE COMMANDS BEFORE YOU TRY THEM**
git reflog expire --expire=now --all && git gc --aggressive --prune=now
#nerd #computering