1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-01 02:00:07 +00:00
ohmyzsh/plugins/git-checkout-interactive/README.md

16 lines
259 B
Markdown
Raw Normal View History

2023-11-01 11:37:17 +00:00
# lol
This plugin adds a command that lets you interactively switch between branches.
2023-11-01 11:37:17 +00:00
To use it, add `git-checkout-interactive` to the plugins array in your `.zshrc` file:
```zsh
plugins=(... git-checkout-interactive)
```
## Usage Examples
```sh
gci
```