Skip to content

banjo/git-recent-branch

Repository files navigation

git-recent-branch

A simple CLI to checkout one of your most recent branches.

Git recent branch in action

NPM version

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"

About

🎋 CLI to quickly checkout one of your most recent branches

Resources

Stars

Watchers

Forks

Packages

No packages published