gbu
v0.0.4
Published
Manage your local git branches with ease.
Downloads
34
Maintainers
Readme
A tool heavily inspired by npkill that offers a simple interface for tasks like deleting or renaming local branches.
Table of Contents
:rocket: Features
- [x] Delete/restore local branches (during session).
- [ ] Toggle delete/restore all branches (except current).
- [ ] Rename local branches.
- [ ] Restore deleted branches even after quitting.
:pushpin: Requirements
You can check by running the following commands:
Checking Git version
$ git -v
git version 2.46.2
Checking Node.js version
$ node -v
v20.17.0
:floppy_disk: Installation
Run it without installing.
$ npx gbu
Or install it globally.
$ npm i -g gbu
:wrench: Usage
Currently, there are no special options. Just run:
$ gbu
or
$ npx gbu
:handshake: Contributing
WIP
:scroll: License
MIT © JV Vogler.