Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 626 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 626 Bytes

grb - Simple Git Repository Helper

grb is a simple command line utility for displaying and deleting multiple local/remote branches.

Installation

If you already have go available

$ go get github.com/cryptojuice/grbgo

Usage Examples

List all branches:

$ grb

List branches with contents matching search term:

$ grb "my-branch"

Delete branches with contents matching search term:

$ grb -d "my-branch"

Delete delete both local and remote branches with contents matching search term:

$ grb -d -l "my-branch"

Usage/Help

$ grb help