https://github.com/ys-l/git-checkout-recent
Checkout recent git branches interactively
https://github.com/ys-l/git-checkout-recent
cli git
Last synced: 8 months ago
JSON representation
Checkout recent git branches interactively
- Host: GitHub
- URL: https://github.com/ys-l/git-checkout-recent
- Owner: YS-L
- License: mit
- Created: 2020-05-22T16:23:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T04:16:04.000Z (about 3 years ago)
- Last Synced: 2025-04-12T10:15:21.198Z (about 1 year ago)
- Topics: cli, git
- Language: Rust
- Homepage:
- Size: 1.98 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-checkout-recent
Switch between recent local git branches easily using `git checkout-recent`:

## Usage
Command line:
```bash
git checkout-recent
```
Controls:
* Navigate between branches: Up / Down
* Select branch: Enter
* Exit: Esc
## Install
Cargo is required. [Set it up](https://www.rust-lang.org/tools/install) and then run:
```bash
cargo install git-checkout-recent
```
This will install the `git-checkout-recent` binary to the `~/.cargo/bin/`
directory by default.