Skip to content

Instantly share code, notes, and snippets.

@abdul
Created September 16, 2016 17:56
Show Gist options
  • Save abdul/fcb898145a343d061ecdb2a5080a982b to your computer and use it in GitHub Desktop.
Save abdul/fcb898145a343d061ecdb2a5080a982b to your computer and use it in GitHub Desktop.
Use GIT commands
git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment