Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 356 Bytes

git-trim

A command line utility for removing git branches

Trim your local branches:

git trim

lists all local branches in your preferred $EDITOR. Delete the unwanted branches, save, and git-trim will delete removed branches.

Install

Copy git-trim to your $PATH and git will automatically find the 'trim' subcommand.