fallaciousreasoning / git-fetch-prune

A git extension for deleting branches which have been merged.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A simple git tool for deleting branches from your local repository that have already been merged.

Usage

The tool doesn't delete any branches unless the -F or --force flag is provided.

git fetch-prune to see what will be deleted. git fetch-prune --force to delete all merged branches.

Installation

  1. Clone the repository
  2. Add the repository link to your path.

About

A git extension for deleting branches which have been merged.


Languages

Language:Python 100.0%