mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
15 lines
259 B
Markdown
15 lines
259 B
Markdown
# lol
|
|
|
|
This plugin adds a command that lets you interactively switch between 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
|
|
```
|