qrush - Overview
A short, sturdy creature fond of drink and industry. Started rubygems.org a while back. Still writing Ruby 16 years later.
- Boston, MA
- 21:25 (UTC -05:00)
- http://quaran.to
- @qrush
Pinned Loading
-
4
# pipe into bash and auto-delete any branches that have been merged into master!5
git log master --pretty=format:'%d' | grep '^ (origin' | tr -d ' ()' | sed 's/origin\//git push origin :/'