Feature Request
Currently, https://make.wordpress.org/cli/handbook/contributions/pull-requests/ indicates hub is a required tool
Install Composer and hub if you don’t already have them.
and some commands are hub specific, e.g.
hub clone wp-cli/core-command
Proposed Solution
Modify the language and example commands to use git commands directly, rather than hub.
Optionally, call out hub as a useful tool that can be used.
Possible Drawbacks
- Commands will be slightly more verbose.
- Will we need to differentiate between a HTTPS or SSH clone?
git clone git@github.com:wp-cli/wp-cli.git ~/wp-cli