Skip to content

Instantly share code, notes, and snippets.

@kladov
Last active September 28, 2018 08:27
Show Gist options
  • Save kladov/b0b69d8fb7d7192cc6a96a27543cdd40 to your computer and use it in GitHub Desktop.
Save kladov/b0b69d8fb7d7192cc6a96a27543cdd40 to your computer and use it in GitHub Desktop.
Remove all local branch but keep master
git branch | grep -v "master" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment