b
A tool that picks branch names for your pull requests.
Installation
Go
go install github.com/roj1512/[email protected]
Binary
- Download the latest release from here.
- Rename it to
b
. - Optionally strip it.
- Add it to path.
Example Usage
git checkout -b $(b fix: make the ThingyThing handle the X.Y.Z correctly)