Releases: jharrilim/git-b
Releases · jharrilim/git-b
1.8.0
1.7.0
1.6.0
What's new
- Aligned columns — branch name, short hash, and commit subject line up across rows in the picker
- Colored picker (from 1.5.0) — configurable via
~/.git-b/config.toml
Install
brew update && brew upgrade git-b
macOS tarballs attached. Linux: build from source or use a prior Linux release.
1.5.0
What's new
- Colored picker — branch name, short hash, and commit subject render in separate colors
- Config file — set colors in
~/.git-b/config.tomlunder[colors] - CLI overrides —
--no-colorand--color NAME:HASH:SUBJECTfor one-off runs
Install
brew update && brew upgrade git-bmacOS tarballs are attached below. Linux builds are available from prior releases or can be built from source.
Improved selection algorithm
git b <branch-name> now heavily prioritizes matches to the branch name over commit details, and also weights exact matches higher than inexact ones.
Add Man page to release
Release 1.3.1 Man page generation, shared git-b-cli crate, man page in release archives, and --skip-linux build option. Co-authored-by: Cursor <cursoragent@cursor.com>
Add fuzzy switch and -b branch creation
This release comes with 2 new features:
git b <branch-name>now will switch to the closest matching branch to<branch-name>git b -b <branch-name>creates a branch called<branch-name>if it doesn't exist
Sort branches by most recent
1.2.0 1.2.0