git-removed-branches icon indicating copy to clipboard operation
git-removed-branches copied to clipboard

Git: List or remove local tracked branches, which are deleted from the remote.

Results 4 git-removed-branches issues
Sort by recently updated
recently updated
newest added

``` ➜ git:(master) npm install -g git-removed-branches added 2 packages, and audited 3 packages in 836ms found 0 vulnerabilities ➜ git:(master) git removed-branches RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded at...

When a branch is renamed locally after being pushed to the server, it continues to function as expected since it's still linked to the remote branch. However, the git-removed-branches does...

``` % git removed-branches TypeError: upParts is not iterable at /home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/lib/find-stale.js:56:41 at Array.forEach () at module.exports.findLocalBranches (/home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/lib/find-stale.js:45:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async module.exports.run (/home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/lib/find-stale.js:30:5) at async /home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/index.js:47:5 ```

On Windows I have set the ignoreCase setting to true to handle some issues with folders having 2 different cases possible. With that it lists a bunch of branches that...