1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-12 22:18:00 +08:00
ohmyzsh-mirror/plugins/git-checkout-interactive/README.md
2023-11-01 12:37:17 +01:00

16 lines
232 B
Markdown

# lol
This plugin adds quick switch between your branches.
To use it, add `git-checkout-interactive` to the plugins array in your `.zshrc` file:
```zsh
plugins=(... git-checkout-interactive)
```
## Usage Examples
```sh
gci
```