
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
The npm package git-groom receives a total of 0 weekly downloads. As such, git-groom popularity was classified as not popular.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.