git-10x-branch

1.2.1 • Public • Published

git-10x-branch

Supercharges your git-branch, mainly by implementing an interactive branch select.

Installation

Install it:

npm install -g git-10x-branch

Alias it and instantly become a 10x developer:

alias b='git-10x-branch'

Usage

Use up, down or j, k keys to navigate branches and enter to select a branch. Like in vi, you can trigger last line command mode by using :. Use esc, q or ctrl+c to exit.

Commands:

  • :de Delete branch. Equivalent to git branch -d <branch name>.
  • :de! Force delete branch. Equivalent to git branch -D <branch name>.
  • :q Exit (quit) program.

Readme

Keywords

none

Package Sidebar

Install

npm i git-10x-branch

Weekly Downloads

2

Version

1.2.1

License

Apache-2.0

Unpacked Size

40 kB

Total Files

40

Last publish

Collaborators

  • kevincharm