1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-17 04:40:41 +01:00
Files
oh-my-zsh/plugins/git-checkout-interactive/README.md
2024-05-09 12:07:06 +02:00

16 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
```