Skip to content

Instantly share code, notes, and snippets.

@dEn13L
Created January 9, 2020 05:45
Show Gist options
  • Select an option

  • Save dEn13L/ed14f1a5d54929f090c349a6218ef249 to your computer and use it in GitHub Desktop.

Select an option

Save dEn13L/ed14f1a5d54929f090c349a6218ef249 to your computer and use it in GitHub Desktop.
#!/bin/sh
git branch -D `git branch --merged | grep -v \* | xargs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment