git-tidy

Crates.iogit-tidy
lib.rsgit-tidy
version2.0.1
sourcesrc
created_at2021-02-07 01:37:46.874334
updated_at2021-02-07 18:40:07.512288
descriptionTidy up stale git branches.
homepage
repositoryhttps://github.com/drewwyatt/git-tidy
max_upload_size
id351756
size29,490
Drew Wyatt (drewwyatt)

documentation

README

🗑 git-tidy

Tidy up stale git branches.

Installation

Cargo

$ cargo install git-tidy

Usage

$ git tidy # executes "git branch -d" on ": gone" branches

With force delete

$ git tidy -f # same as above, but with "-D" instead of "-d"
# or
$ git tidy --force

Interactive

Present all stale (": gone") branches in a checkbox list, allowing user to opt-in to deletions.

$ git tidy -i
# or
$ git tidy --interactive
# with force
$ git tidy -if
# or
$ git tidy --interactive --force
Commit count: 65

cargo fmt