Replace hub with GitHub CLI (#576)

GitHub has [announced GitHub CLI][announcement]. While hub was
semi-official, GitHub CLI is said to be GitHub’s new official CLI.

The backstory on hub and how GitHub CLI came to be can be read in the
post [‘The past and the future of hub’][hub-post] by Mislav Marohnić,
hub’s core maintainer.

[announcement]: https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/
[hub-post]: https://mislav.net/2020/01/github-cli/
trunk
Tyson Gach 4 years ago committed by GitHub
parent 53872a61ad
commit 57503d6131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,9 +100,9 @@ Heroku tools:
GitHub tools:
* [Hub] for interacting with the GitHub API
* [GitHub CLI] for interacting with the GitHub API
[Hub]: http://hub.github.com/
[GitHub CLI]: https://cli.github.com/
Image tools:

2
mac

@ -132,7 +132,7 @@ brew "heroku/brew/heroku"
brew "parity"
# GitHub
brew "hub"
brew "gh"
# Image manipulation
brew "imagemagick"

Loading…
Cancel
Save