A modern Git utility CLI to make developers' lives easier.
- Branch Management - List all branches with activity info
- Conventional Commits - Standardized commit formatting
- Git Utilities - Streamlined commands for common workflows
cargo install bind-clibind branch
# or
bind bShows all branches with:
- Current branch indicator (*)
- Last commit hash and date
- Upstream tracking information
- Commits ahead/behind upstream
- Git 2.x+
- Works on Linux, macOS, and Windows
MIT