Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 511 Bytes

git-checkout-recent

Switch between recent local git branches easily using git checkout-recent:

Demo

Usage

Command line:

git checkout-recent

Controls:

  • Navigate between branches: Up / Down
  • Select branch: Enter
  • Exit: Esc

Install

Cargo is required. Set it up and then run:

cargo install git-checkout-recent

This will install the git-checkout-recent binary to the ~/.cargo/bin/ directory by default.