From 3632961376bb82914cd1e0c1b0fbb6f8798fd4c8 Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Thu, 17 Sep 2020 06:56:48 -0600 Subject: [PATCH] Update comparison with hub as of 1.0 --- docs/gh-vs-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gh-vs-hub.md b/docs/gh-vs-hub.md index 207a0a956..d12fdbce6 100644 --- a/docs/gh-vs-hub.md +++ b/docs/gh-vs-hub.md @@ -20,7 +20,7 @@ GitHub CLI is built and maintained by a team of people who work on the tool on b We have no interest in forcing anyone to use GitHub CLI instead of `hub`. We think people should use whatever set of tools makes them happiest and most productive working with GitHub. -If you are set on using a tool that acts as a wrapper for Git itself, `hub` is likely a better choice than `gh`. `hub` currently covers a larger overall surface area of GitHub’s API v3, provides more scripting functionality, and is compatible with GitHub Enterprise (though these are all things that we intend to improve in GitHub CLI). +If you are set on using a tool that acts as a wrapper for Git itself, `hub` is likely a better choice than `gh`. If you want a tool that’s more opinionated and intended to help simplify your GitHub workflows from the command line, we hope you’ll use `gh`. And since `gh` is maintained by a team at GitHub, we intend to be responsive to people’s concerns and needs and improve the tool based on how people are using it over time.