branch-d 0.2.0

tiny little cli to delete merge branch in git
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 7.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • huynguyenh

branch-d is a tiny little cli use to clean up branches which have been merged in github

Installation

For anyone familiar with Rust:

cargo install branch-d

If you are not, the easiest way is https://www.rustup.rs/

Usage

USAGE:
    branch-d [FLAGS] [OPTIONS]

FLAGS:
    -f               fetch all branches before delete
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b <BRANCH>        Delete branches which have been merged into input branch

Example

branch-d -b develop -f