breeze icon indicating copy to clipboard operation
breeze copied to clipboard

hub

Open dorisugita opened this issue 7 years ago • 1 comments

Hub aliases (https://github.com/github/hub) brew install hub

dorisugita avatar Mar 02 '17 10:03 dorisugita

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

bingocaller avatar Apr 23 '20 22:04 bingocaller