bit-git

Modern Git CLI tool for improved Git workflow and collaboration

brewmacoslinux
Try with needOr install directly
Source

About

Bit is a modern Git CLI

Commands

bit

Examples

Create a new branch and switch to it$ bit branch create feature/new-feature
Stage and commit changes with interactive interface$ bit commit -m 'Add new feature'
Push current branch to remote repository$ bit push