git-snip

Crates.iogit-snip
lib.rsgit-snip
version0.1.0
sourcesrc
created_at2023-12-30 21:37:53.5802
updated_at2023-12-30 21:37:53.5802
descriptionSnip local Git branches that do not exist on the remote.
homepagehttps://gitlab.com/radek-sprta/git-snip
repositoryhttps://gitlab.com/radek-sprta/git-snip
max_upload_size
id1084436
size170,559
(radek-sprta)

documentation

README

git-snip

Version Downloads License Coverage report

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

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

Commit count: 17

cargo fmt