Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 413 Bytes

Interactively select a git branch to switch to, branches are sorted by recently checked out. You can use up and down keys to navigate up and down, or k and j (VIM style). Press escape or ctrl-c to cancel.

Installation

npm -i g recent-branches

Add an alias

rbs="recent-branches"

Usage

recent-branches

image