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
Hi @clux
With a183a32, we now look for remote.origin.url as the default choice and if it doesn't exist we fallback to the first entry matching Regex::new(r"remote\.[a-zA-Z0-9]+\.url")
If
git remote -v
has more than one remote, the one picked seems strange to me (i got a random one from an old pr).The repo url should probably be taken from the
origin
remote if it exists.The text was updated successfully, but these errors were encountered: