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 has been 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: [email protected]:<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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having uri be a string works for teams collaborating on GitHub because all approved contributors use the same 'git' user:
[email protected]:<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.The text was updated successfully, but these errors were encountered: