1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 01:10:41 +01:00

feat(plugin): git checkout interactive

This commit is contained in:
Adam Sir
2023-11-01 12:37:17 +01:00
parent 8cbe98469d
commit 09976595be
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
```