breeze
breeze copied to clipboard
hub
Hub aliases (https://github.com/github/hub) brew install hub
You can fix this by aliasing hub
to git
, which is perfectly safe, since hub
was designed to wrap git
:
alias git="hub" #remember -s if you want to save it as a function