Skip to content

Releases: jharrilim/git-b

Sort branches by most recent

26 Oct 15:27
19f8dd7
Compare
Choose a tag to compare

Add commit message and description to branch listing

05 Oct 01:58
3b48b57
Compare
Choose a tag to compare

git b

03 Oct 02:08
6648dda
Compare
Choose a tag to compare

🅱️ lets you search branch names with a fuzzy finder


Installation instructions (mac):

brew tap jharrilim/git-b
brew install git-b

This can be used as git-b, but you may also alias it to git b by doing:

git config --global alias.b '!git-b'