Git branch tools + shortcuts. This tool was created for own personal workflow - your mileage may vary, use at own risk.
View available branches to checkout
View local branches in repo
Select branches to delete
Select branches to delete that are older than n days
Clone branch - useful if about to make potentially destructive changes and don't wanna go through reflog to fix it
Walk through changed + untracked files to stage, basically a glorified git diff with the option to add, skip or checkout unstaged files
- install deps via
go mod download
- build and run
go build && ./b