Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 391 Bytes

Description

This git command deletes all merged to master branches except staging, beta, production. Remote branches are not affected.

Getting started

  1. Clone this repository
  2. Copy git-delete-merged to your /usr/bin path
  3. Add execution rights to it: sudo chmod +x git-delete-merged

How to use

Just run the command inside your repository directory: git delete-merged