Skip to content

Command line tool to faster clean local branches of a git repository.

Notifications You must be signed in to change notification settings

antoineprudhomme5/git_branches_clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git branches clean (gbc)

gbc is a command line tool that helps you clean the local branches of a git repository on your machine.

How it works

  • Run gbc in a git repository

  • Select the branches to delete ✅ with space. By default, it selects all branches except the current branch, staging, and master.

  • Hit enter

Installation

On macOS

brew tap antoineprudhomme5/git_branches_clean
brew install gbc