https://github.com/zaboco/git-interactive-checkout
Checkout git branches interactively
https://github.com/zaboco/git-interactive-checkout
checkout fuzzy-search git tools
Last synced: about 1 month ago
JSON representation
Checkout git branches interactively
- Host: GitHub
- URL: https://github.com/zaboco/git-interactive-checkout
- Owner: zaboco
- Created: 2019-08-16T10:05:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T16:16:47.000Z (over 1 year ago)
- Last Synced: 2025-09-11T22:35:04.455Z (10 months ago)
- Topics: checkout, fuzzy-search, git, tools
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Interactive Checkout
Checkout git branches interactively
## Usage
Install the package globally:
```sh
npm install -g git-interactive-checkout
```
Inside a git project, run the CLI app:
```sh
git-interactive-checkout
```
Or the shorthand:
```sh
gic
```
## Related
You might also find it useful to have some [git aliases](https://github.com/zaboco/git-alias
) installed.