Skip to content

Instantly share code, notes, and snippets.

@IamFaizanKhalid
Created October 23, 2020 03:37
Show Gist options
  • Save IamFaizanKhalid/858236816f80ef42af748121ef84eb1f to your computer and use it in GitHub Desktop.
Save IamFaizanKhalid/858236816f80ef42af748121ef84eb1f to your computer and use it in GitHub Desktop.
Delete all git branches except current branch.
git branch | grep -v '^*' | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment