An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# git-checkout-recent

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

![Demo](/images/demo.gif)

## 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.