1.2.1 • Published 6 years ago

git-10x-branch v1.2.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

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

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago