better-git-branch
v2.1.0
Published
Interactive TUI for navigating and managing git branches
Maintainers
Readme
Better Git Branch
Interactive TUI for navigating and managing git branches.

Installing
Requires Bun >= 1.0.0.
bun add -g better-git-branchCreate and alias
alias gb="better-git-branch"Usage
$ gbKeybindings
| Key | Action | |--------|-------------------------------------------| | ↑/↓ | Navigate the list | | Enter | Checkout branch | | Ctrl+A | Toggle action menu | | Ctrl+S | Toggle sort (recent first / alphabetical) | | Esc | Exit (or cancel action menu) |
Action menu
| Key | Action | |---------|---------------------| | D | Delete branch | | Shift+D | Force delete branch | | Esc | Cancel |
Branch indicators
| Symbol | Meaning | |-----------|------------------------------| | (CURRENT) | Currently checked out branch | | M | Merged into current branch | | W | Branch is used in a worktree |
