Skip to content

Releases: kunmi02/git-declutter

v0.1.1

Choose a tag to compare

@kunmi02 kunmi02 released this 13 Aug 15:21
ef17deb

Follow-up to v0.1.0. Local leftover branches can now be SAFE in two extra cases, and clean only asks about branches it will actually delete.

What's new

Abandoned after you delete the remote

You created a branch, pushed it, then deleted it on GitHub because you no longer need it. If local HEAD still matches the last fetched SHA (no extra local commits):

✓ feat/try-out
  remote deleted · abandoned after remote delete

v0.1.0 — Know what's safe to delete before you delete it

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:30

First public release of GitDeclutter: a local-first CLI that classifies stale Git branches as SAFE, REVIEW, KEEP, or PROTECTED, explains why, and can clean them with 30-day recovery.

A merged PR is not enough. GitDeclutter also checks local-only commits, PR head drift, worktrees, and protected patterns.

Install

You need Git to run it. You do not need Go after the binary is on your PATH.

Prebuilt binaries (this release) — macOS, Linux, and Windows (amd64 + arm64):

# macOS Apple Silicon example
tar -xzf git-declutter_0.1.0_darwin_arm64.tar.gz
sudo mv git-declutter /usr/local/bin/
git declutter version