Bit is an experimental modernized git CLI built on top of git that provides happy defaults and other niceties: command and flag suggestions to help you navigate the plethora of options git provides you, autocompletion for files and branch names when using bit add or bit checkout, automatic fetch and branch fast-forwarding reducing the likelihood of merge conflicts, suggestions work with git aliases, new commands like bit sync that vastly simplify your workflow, commands from git-extras such as bit release & bit info fully compatible with git allowing you to fallback to git if need be.
Bit is an experimental modernized git CLI built on top of git that provides happy defaults and other niceties: command and flag suggestions to help you navigate the plethora of options git provides you, autocompletion for files and branch names when using bit add or bit checkout, automatic fetch and branch fast-forwarding reducing the likelihood of merge conflicts, suggestions work with git aliases, new commands like bit sync that vastly simplify your workflow, commands from git-extras such as bit release & bit info fully compatible with git allowing you to fallback to git if need be.
To install bit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bit
To see what files were installed by bit, run:
port contents bit
To later upgrade bit, run:
sudo port selfupdate && sudo port upgrade bit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.