You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
Having uri be a string works for teams collaborating on GitHub because all approved contributors use the same 'git' user: git@github.com:<some-user>/<project>.git.
But for projects maintained on drupal.org, maintainers each need to be able to push using their own approved user like this: <my-user>@git.drupal.org:project/<project>.git
Seems like we should make uri accept an array (bulleted list). If Drush Subtree discovers multiple options, it should prompt user to select which one to push to.
Having uri be a string works for teams collaborating on GitHub because all approved contributors use the same 'git' user:
git@github.com:<some-user>/<project>.git.But for projects maintained on drupal.org, maintainers each need to be able to push using their own approved user like this:
<my-user>@git.drupal.org:project/<project>.gitSeems like we should make
uriaccept an array (bulleted list). If Drush Subtree discovers multiple options, it should prompt user to select which one to push to.