Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomas-lebeau/git-ico
- Owner: thomas-lebeau
- License: mit
- Created: 2019-03-16T08:23:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T12:06:07.000Z (almost 2 years ago)
- Last Synced: 2024-11-23T00:53:29.103Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```