git-snip 0.1.0

Snip local Git branches that do not exist on the remote.
Documentation
# git-snip

[![Version](https://img.shields.io/crates/v/git-snip.svg)](https://crates.io/crates/git-snip)
[![Downloads](https://img.shields.io/crates/d/git-snip.svg)](https://crates.io/crates/git-snip)
[![License](https://img.shields.io/crates/l/git-snip.svg)](https://crates.io/crates/git-snip)
[![Coverage report](https://gitlab.com/radek-sprta/git-snip/badges/main/coverage.svg)](https://gitlab.com/radek-sprta/git-snip/-/commits/main)

git-snip is a CLI utility to delete orphaned local branches that have no upstream.

![](static/animation.svg)

## Installation

You can install git-snip by building it with cargo. Run the following command:

`cargo install --target-dir ~/.local git-snip`

This will create a binary in `~/.local/bin/git-snip`.

## Usage

In a git repository, run:

`git snip`

It will ask to confirm the branches to delete.

## License

GNU General Public License v3.0