git-clean icon indicating copy to clipboard operation
git-clean copied to clipboard

A Command Line Tool written in Rust for cleaning up local and remote Git branches

Results 2 git-clean issues
Sort by recently updated
recently updated
newest added

It would be great to list certain branches as blacklisted for consideration. For example, we use a `releases` branch on some repos that `git-clean` wants to clean.

* Updates the cargo dependencies and adjusts the code to work with the new version of clap. * Sets the Rust edition and adjusts the code as appropriately. * Fixes...