mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(plugin): git checkout interactive
This commit is contained in:
parent
8cbe98469d
commit
09976595be
2 changed files with 71 additions and 0 deletions
15
plugins/git-checkout-interactive/README.md
Normal file
15
plugins/git-checkout-interactive/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue