Skip to content

Instantly share code, notes, and snippets.

@dimrsilva
Created August 13, 2019 16:11
Show Gist options
  • Save dimrsilva/075298348281fbd59c7c276a43f17347 to your computer and use it in GitHub Desktop.
Save dimrsilva/075298348281fbd59c7c276a43f17347 to your computer and use it in GitHub Desktop.
git rm-merged-branches
[alias]
rm-merged-branches = "!git branch --merged >/tmp/merged-branches && vim /tmp/merged-branches && xargs git branch -d </tmp/merged-branches"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment