Skip to content

Instantly share code, notes, and snippets.

@Shidfar
Last active May 28, 2018 02:31
Show Gist options
  • Save Shidfar/f6b9eabffaf68d0ab51d477a60c872af to your computer and use it in GitHub Desktop.
Save Shidfar/f6b9eabffaf68d0ab51d477a60c872af to your computer and use it in GitHub Desktop.
#!/bin/bash
git branch | grep -ve " master$" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment