git-branch-delete
git-branch-delete copied to clipboard
Interactive command line tool that makes it comfortable to delete several Git branches at once.
```shell ❯ git branch-delete ✖ Which branches do you want to delete? · No items were selected (node:28597) UnhandledPromiseRejectionWarning (Use `node --trace-warnings ...` to show where the warning was created)...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@lukekarrys) 99d8287 #583 correctly parse...
 It is adding an extra set of quotes to the string when it already has quotes. It may be good to have some string validation to check if quotes...
Does this tool support Windows? I'm getting: ``` (venv) PS C:\cases\wakepy> git-branch-delete √ Which branches do you want to delete? · dev, dev-docs-update, fix-readme, issue-337-inv-test-failing-coverage, issue-340-cove-coverage-not-shown-in-browser-win, issue60-windows-methods, make-tests-work-on-windows, update-dev-docs You...
could be a flag passed in `git-branch-delete --by-date` and that would change the branches to be sorted by last commit date instead of by name. thanks!