Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PhamBaTrungThanh/1e0286ad58f220901e79795bd48fdec7 to your computer and use it in GitHub Desktop.
Save PhamBaTrungThanh/1e0286ad58f220901e79795bd48fdec7 to your computer and use it in GitHub Desktop.
Prune all local modules
git remote prune origin
git branch -vv | grep ': gone]'| grep -v "\*" | awk '{ print $1; }' | xargs -r git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment