This plugin adds quick switch between your 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