#git-branch #git #merged #conveniently #delete #command-line-tool #utility

app gitrip

A command line utility which deletes merged git branches conveniently

1 unstable release

0.1.0 Sep 18, 2022

#8 in #merged

Apache-2.0

6KB
92 lines

WIP

Using this to learn Rust and see what all the fuss is about.

Git Rip

A command line utility which deletes merged git branches conveniently.

  • deletes all branches on your local machine merged into a branch you specify.
  • allows you to protect specific branches to never be deleted.

Why

I often work on multiple branches every day and rarely delete branches I work on, review and test. This results in a messy directory where I end up cleaning things manually.

Installation

TODO

Usage

TODO

Add a protected directory


Dependencies

~3MB
~60K SLoC