A tool heavily inspired by npkill that offers a simple interface for tasks like deleting or renaming local branches.
- Delete/restore local branches (during session).
- Toggle delete/restore all branches (except current).
- Rename local branches.
- Restore deleted branches even after quitting.
You can check by running the following commands:
$ git -v
git version 2.46.2
$ node -v
v20.17.0
Run it without installing.
$ npx gbu
Or install it globally.
$ npm i -g gbu
Currently, there are no special options. Just run:
$ gbu
or
$ npx gbu
WIP
MIT © JV Vogler.