mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 00:40:41 +01:00
16 lines
232 B
Markdown
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
|
|
```
|