git-10x-branch
v1.2.1
Published
git branch on steroids, for lazy code monkeys
Readme
git-10x-branch
Supercharges your git-branch, mainly by implementing an interactive branch select.
Installation
Install it:
npm install -g git-10x-branchAlias 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:
:deDelete branch. Equivalent togit branch -d <branch name>.:de!Force delete branch. Equivalent togit branch -D <branch name>.:qExit (quit) program.
