Crates.io | git-tidy |
lib.rs | git-tidy |
version | 2.0.1 |
source | src |
created_at | 2021-02-07 01:37:46.874334 |
updated_at | 2021-02-07 18:40:07.512288 |
description | Tidy up stale git branches. |
homepage | |
repository | https://github.com/drewwyatt/git-tidy |
max_upload_size | |
id | 351756 |
size | 29,490 |
Tidy up stale git branches.
$ cargo install git-tidy
$ git tidy # executes "git branch -d" on ": gone" branches
$ git tidy -f # same as above, but with "-D" instead of "-d"
# or
$ git tidy --force
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