git-select-branch-0.1.1 is not a library.
git-select-branch
Tiny Rust CLI to checkout a recent git branch interactively.
Installation
Homebrew
Cargo
Sources
Git alias
Add the following section to your ~/.gitconfig
:
[]
= "!git-select-branch"
Now you can simply type git select-branch
to switch between branches.