A command-line tool that enables interactive branch selection for git, allowing you to switch between branches more intuitively.
- Simplifies the branch selection process by presenting a list of available branches
- Effortlessly switch between branches using intuitive key-based navigation
Install gibra
using cargo
or brew
:
cargo install gibra
brew install neoki07/tap/gibra
Run gibra
command to open the branch selection screen, where you can navigate through and select a branch to check out. Use the arrow keys or supported navigation keys to choose your branch, then press Enter
to confirm your selection.