Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomas-lebeau/git-ico

🧑‍💻 git interactive checkout
https://github.com/thomas-lebeau/git-ico

Last synced: 15 days ago
JSON representation

🧑‍💻 git interactive checkout

Awesome Lists containing this project

README

        

# git-ico

Quickly switch between git branches sorted by last commit.

# Install

```sh
npm install --global git-ico
```

## Usage

```sh
git ico [-l|--lucky] [search term]
```

## options

### `-l`, `--lucky`

Automatically switch branch to the first matching result.

```
> git ico -l bump
Switched to branch 'chore/bump-dependencies'
```