CODE RACE: if yr willing, what's a REGEXP for any domain that has git in the text, anywhere in the text/URI
@hoodieak /^.*git.*$/ would do it
and that's just if you want to match the whole string, if you don't care where the match actually is you can just use /git/