git-recent-branch
v1.0.0
Published
A simple CLI to checkout one of your most recent branches.
Downloads
168
Readme
git-recent-branch
A simple CLI to checkout one of your most recent branches.
Features
- Simple to use
- Quick to install with NPM
- Checkout a previous branch with one (keyboard) click
- Beautiful and lightweight
Install
npm install -g git-recent-branch
Usage
# run without any config
git-recent-branch
# run without installing
npx git-recent-branch
# show more than 5 recent branches
git-recent-branch -c 10
# add alias
alias rb="git-recent-branch"