dev-cmd/pull: recommend gh over hub.

`gh` is the official GitHub tool and better maintained at this point.
This commit is contained in:
Mike McQuaid 2020-09-21 12:12:03 +01:00
parent e082da45b8
commit 0447b2200f
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -43,6 +43,6 @@ module Homebrew
end
def pull
odisabled "brew pull", "hub checkout"
odisabled "brew pull", "gh pr checkout"
end
end