Skip to content

Instantly share code, notes, and snippets.

@l2dy
Last active June 3, 2019 05:33
Show Gist options
  • Save l2dy/07d37bf5e3f86944cc6a9e4838f4da0b to your computer and use it in GitHub Desktop.
Save l2dy/07d37bf5e3f86944cc6a9e4838f4da0b to your computer and use it in GitHub Desktop.
git reflog expire --expire=now --all && git gc --prune=now --aggressive # prunes stashes!
git reflog expire --expire=now && git gc --prune=now --aggressive
git remote prune origin
git fetch -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment