Merge pull request #8786 from MikeMcQuaid/gh-pr-checkout

dev-cmd/pull: recommend gh over hub.
This commit is contained in:
Mike McQuaid 2020-09-21 12:45:27 +01:00 committed by GitHub
commit a69bc2a72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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