
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
git-groom
is a CLI tool designed to help developers clean up their Git repositories by automatically identifying and deleting merged branches, pruning stale remote branches, and removing unnecessary tags. This helps keep repositories neat and prevents clutter from accumulating over time.
To install git-groom
globally, run:
npm install -g git-groom
Run git-groom
to clean up your repository:
git-groom
By default, git-groom
operates on the main branch of your repository, automatically detecting whether the main branch is main
, master
, or another name.
You can specify a branch to clean up merged branches from:
git-groom <branch-name>
git-groom develop
This will remove all branches merged into develop
, prune stale remote branches, and clean up merged tags.
git-groom
gracefully handles errors such as:
If an error occurs, it will be displayed with details on how to resolve it.
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.
FAQs
A CLI tool for cleaning up Git branches, tags, and remotes
We found that git-groom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.