A simple CLI to checkout one of your most recent branches.
- Simple to use
- Quick to install with NPM
- Checkout a previous branch with one (keyboard) click
- Beautiful and lightweight
npm install -g git-recent-branch
# 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"