feat(plugin): git checkout interactive

This commit is contained in:
Adam Sir 2023-11-01 12:37:17 +01:00
commit 09976595be
No known key found for this signature in database
GPG key ID: 6E1E5A333B13BCF3
2 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# 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
```