Skip to content

a tiny little cli to clean up repos's branches which have been merged

Notifications You must be signed in to change notification settings

huynguyenh/branch-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a tiny little cli to clean up repos's branches which have been merged

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages