gitrip

Crates.iogitrip
lib.rsgitrip
version0.1.0
sourcesrc
created_at2022-09-18 16:38:43.695644
updated_at2022-09-18 16:38:43.695644
descriptionA command line utility which deletes merged git branches conveniently.
homepagehttps://github.com/jeffmess/gitrip
repositoryhttps://github.com/jeffmess/gitrip
max_upload_size
id668699
size12,440
Jeffrey van Aswegen (jeffmess)

documentation

README

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


Commit count: 5

cargo fmt