(only valid if isGitRef) gets the git URI from the git ref Removes the git:// scheme and extracts the actual git URL
String? get gitUri { return gitRef?.uri; }