pub fn is_remote_url(s: &str) -> bool
Returns true if s looks like a remote git URL.
true
s
Recognised schemes: https://, http://, git://, ssh://, and SCP-style git@host:path used by GitHub/GitLab.
https://
http://
git://
ssh://
git@host:path