Skip to content

Commit

Permalink
Revert gh to hub
Browse files Browse the repository at this point in the history
`hub`, like `gh`, is now powered by the Go programming language.

https://github.com/github/hub#2x

Since `gh` is a GitHub CLI,
why not use the CLI created by GitHub themselves?

Additionally, `hub` handles `$ git clone thoughtbot/laptop`
out of the box.

`hub` 2.2.0 is the first stable release using Go:

https://github.com/github/hub/releases/tag/v2.2.0

It has been bottled in Homebrew:

Homebrew/legacy-homebrew@1ad37e4
  • Loading branch information
seanpdoyle authored and Dan Croak committed Feb 15, 2015
1 parent b153d5e commit 9fe038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -143,7 +143,7 @@ brew_install_or_upgrade 'tmux'
brew_install_or_upgrade 'reattach-to-user-namespace'
brew_install_or_upgrade 'imagemagick'
brew_install_or_upgrade 'qt'
brew_install_or_upgrade 'gh'
brew_install_or_upgrade 'hub'
brew_install_or_upgrade 'node'

brew_install_or_upgrade 'rbenv'
Expand Down

0 comments on commit 9fe038c

Please sign in to comment.