DannyBen / alf

Bash Alias Generator and Manager
MIT License
96 stars 4 forks source link

Improve rush connect with --ssh and --https #27

Closed DannyBen closed 4 years ago

DannyBen commented 4 years ago

Before this change, rush connect URL --yes only worked with a full git URL.

This change makes it so we can do rush connect USER --ssh or --https and it will work non interactively, and select the proper GitHub URL.

The PR is backwards compatible, since we still need --yes for connecting to non-github repos using full git URLs.