Skip to content

Instantly share code, notes, and snippets.

@TrevorVonSeggern
Created January 27, 2020 16:32
Show Gist options
  • Save TrevorVonSeggern/ea98627c358897cc4a5aff81c52898ae to your computer and use it in GitHub Desktop.
Save TrevorVonSeggern/ea98627c358897cc4a5aff81c52898ae to your computer and use it in GitHub Desktop.
Git: Delete old merged branches
git branch -r --merged develop -v --format="%(refname:short) - %(authorname)" | grep "Trevor Von Seggern"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment