Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 337 Bytes

Git clean-branches

This will remove any branches that where tracking a remote branch that have been removed from the remote.

Usage

remove all branches that are no longer on the origin remote and are merged into the current branch

$ git clean-branches origin

Installation

Place git-clean-branches anywhere in you path.