Categorygithub.com/aerfio/gobc
modulepackage
0.2.5
Repository: https://github.com/aerfio/gobc.git
Documentation: pkg.go.dev

# README

gobc - Go branch clean

CircleCI Go Report Card

Purpose

My typical workflow consists of making new branch with needed changes, then making PR with it and deleting it afterwards, when it is no logner needed.

Unfortunately it leaves me with useless local branches. That's why gobc was created - it checks which local branches are not on remote (origin) and deletes them.

Usage

Just type gobc to delete branches that are not on remote (origin). You'll encounter pretty prompt which you can use with tab + space to select appropriate items. Use -a flag to delete all excess branches. Use -l flag to list local and origin branches, without deleting them.

# Packages

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