Co-authored-by: Olivia (Zoe) <zoe.i2k1@gmail.com>
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:
git-checkout-interactive
.zshrc
plugins=(... git-checkout-interactive)
gci