An open API service indexing awesome lists of open source software.

https://github.com/fallaciousreasoning/git-fetch-prune

A git extension for deleting branches which have been merged.
https://github.com/fallaciousreasoning/git-fetch-prune

Last synced: over 1 year ago
JSON representation

A git extension for deleting branches which have been merged.

Awesome Lists containing this project

README

          

## 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.