git-gbr
v1.0.1
Published
Switch git branch interactively using arrow keys
Downloads
3
Readme
🌿gbr
Switch git branch interactively using arrow keys
Demo
How to use
Requirements
You need to have node
installed.
Install
yarn global add git-gbr
OR
npm install --global git-gbr
Maybe
If you're using zsh or any other kind of shell that already aliased "gbr" to
some other command, you may need to override this in your ~/.zshrc
/
~/.bashrc
or similar file.
alias gbr='/usr/local/bin/gbr'
Run
Now in any git repository, run
gbr