-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Labels
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Currently, https://make.wordpress.org/cli/handbook/contributions/pull-requests/ indicates hub is a required tool
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?
- Note: in Working on the project as a whole we already have code that is SSH specific
git clone [email protected]:wp-cli/wp-cli.git ~/wp-cli
Copilot