pub fn is_remote(repo: &Repository, alias: &str) -> Result<bool>
Check if the git remote is configured for the Repository.
Repository