Categorygithub.com/HTLuff/git-branch-batch-delete
repository
0.0.0-20240210093900-3ff0bfd256ed
Repository: https://github.com/htluff/git-branch-batch-delete.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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