Skip to content

Instantly share code, notes, and snippets.

@mkyed
mkyed / clean-merged-branches
Created January 11, 2012 07:38 — forked from atmos/clean-merged-branches
clean-merged-branches
#!/bin/bash
#
##
## Delete merged Git branches from the origin remote.
##
## Options:
## -f Really delete the branches. Without this branches are shown
## but nothing is deleted.
##