tj.git-extras/etc
Utsav Sabharwal 79ba015412
feat: add git-delete-gone-branches command
Adds a new command to delete local branches whose remote-tracking
branch has been deleted (shown as [gone] in git branch -vv).

This is a common need after PRs are merged and remote branches are
cleaned up, leaving stale local branches behind.

Features:
- Deletes all local branches with a gone remote in one command
- --dry-run / -n flag to preview branches before deletion

Closes #1220
2026-03-15 21:53:42 +05:30
..
bash_completion.sh Support passing ref to git-commits-since (#1228) 2026-02-02 21:39:48 -08:00
git-extras-completion.zsh feat: add git-delete-gone-branches command 2026-03-15 21:53:42 +05:30
git-extras.fish Support passing ref to git-commits-since (#1228) 2026-02-02 21:39:48 -08:00