Skip to main content

Built and signed on GitHub Actions

Interactive CLI to clean up git branches and worktrees after PRs have merged.

This package works with Deno
This package works with Deno
JSR Score
100%
Published
2 months ago (0.0.2)

git-cleanup

Tidy up unneeded git worktrees and branches

Installation

$ deno install --global --allow-env --allow-read --allow-run=git jsr:@canac/git-cleanup
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@canac/git-cleanup

Import symbol

import * as git_cleanup from "@canac/git-cleanup";

---- OR ----

Import directly with a jsr specifier

import * as git_cleanup from "jsr:@canac/git-cleanup";