0.0.4 • Published 9 months ago

gbu v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

A tool heavily inspired by npkill that offers a simple interface for tasks like deleting or renaming local branches.

Table of Contents

:rocket: Features

  • 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.


0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago