/git-zoxide

A zoxide-inspired git branch switcher

Primary LanguageRust

git-zoxide

git-zoxide is a small helper to quickly switch between git branches.

Usage

git zoxide <substring> will look through all current git branches and switch to the one that best matches <substring>.

Inspiration