Skip to content

Instantly share code, notes, and snippets.

@ssboisen
Created October 12, 2012 07:00
Show Gist options
  • Save ssboisen/3877706 to your computer and use it in GitHub Desktop.
Save ssboisen/3877706 to your computer and use it in GitHub Desktop.
git branch -r --merged | where { $_ -match ' origin/(?<branch>ssb.+)' } | % { git push origin {:}$matches['branch'] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment