https://github.com/humodz/git-interactive-checkout
A simple command for switching branches
https://github.com/humodz/git-interactive-checkout
git
Last synced: 5 months ago
JSON representation
A simple command for switching branches
- Host: GitHub
- URL: https://github.com/humodz/git-interactive-checkout
- Owner: humodz
- Created: 2024-10-22T19:55:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:43:59.000Z (over 1 year ago)
- Last Synced: 2025-10-08T19:55:23.709Z (9 months ago)
- Topics: git
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@humodz/git-interactive-checkout?activeTab=readme
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-interactive-checkout
A simple command for switching branches.
- Supports fuzzy searching
- Displays all branches, including ones not available locally
## Demo

## Installation
```
npm install --global @humodz/git-interactive-checkout
```
## Usage
```
git ico
git interactive-checkout
git-ico
git-interactive-checkout
```
Type to filter, Up/Down to select, Enter to confirm.