Skip to content

Commit

Permalink
DOC: Recommend GitHub CLI
Browse files Browse the repository at this point in the history
Official GitHub CLI tool, very actively maintained, lots of good
features.
  • Loading branch information
thewtex committed Oct 8, 2021
1 parent 9cf2876 commit 5e0a114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Utilities/GitSetup/github-tips
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ If curl and python3 are available, the pull request number can be omitted, and
a list of open pull requests will be presented.
'

# Suggest hub
if ! type hub >/dev/null 2>&1; then
# Suggest gh
if ! type gh >/dev/null 2>&1; then
echo '
`hub` is a useful command line tool for working with GitHub. For installation
`gh` is a useful command line tool for working with GitHub. For installation
and usage instructions, see:
https://hub.github.com/
https://cli.github.com/
'
fi

Expand Down

0 comments on commit 5e0a114

Please sign in to comment.