Skip to content

Instantly share code, notes, and snippets.

@naranjja
Created July 13, 2018 20:46
Show Gist options
  • Save naranjja/908c3a1fa36c92bdefb9737873b0f844 to your computer and use it in GitHub Desktop.
Save naranjja/908c3a1fa36c92bdefb9737873b0f844 to your computer and use it in GitHub Desktop.
Remove all local "feature/" branches from Git
git branch | grep 'feature/' | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment