3 releases
| 0.1.2 | Apr 8, 2023 |
|---|---|
| 0.1.1 | Sep 6, 2020 |
| 0.1.0 | May 24, 2020 |
#83 in #git-branch
16KB
372 lines
git-checkout-recent
Switch between recent local git branches easily using git checkout-recent:

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.
Dependencies
~16MB
~329K SLoC