Skip to content

HTLuff/git-branch-batch-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Branch Batch Delete

Logo

Go Shell

Table of Contents

About

Delete more than one git branch at a time.

Example

$ batchdelete      
? Select branches to delete:  [Use arrows to move, space to select, <right> to all, <left> to none, type to filter]
> [ ]  branch-1
  [ - ]  branch-2
  [ - ]  branch-3
  [ ]  main
$ Are you sure you want to delete the selected branches? (y/N) Y
$ Deleted branch 'branch-2'
$ Deleted branch 'branch-3'
$

Usage

  1. add here

Roadmap

  • Add Usage to README

About

Delete more than one git branch at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published