Skip to content

Simple CLI utility for displaying and deleting multiple local/remote git branches.

Notifications You must be signed in to change notification settings

cryptojuice/grbgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple CLI utility for displaying and deleting multiple local/remote git branches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages